lee-lott-actions/Open Issue
A GitHub Action to Open a specified GitHub issue using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | The issue number to open | yes | — |
| token | GitHub token with repository write access | yes | — |
| owner | The owner of the repository | yes | — |
| repo-name | The name of the repository | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the issue opening attempt ("success" or "failure") |
| error-message | Error message if the issue opening fails |