benlei/Create Issue Templateless
Creates or updates an issue like one would through an Issue Template, but without the template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository to create the issue in. For example, benlei/test-action | — | ${{ github.repository }} |
| token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| issue-number | The issue number to update | no | — |
| update-option | Update options. Valid values are default, replace, patch, or upsert | no | default |
| title | The title of the issue to find/update | yes | — |
| fields | The fields to include in the issue | yes | — |
| fail-on-error | Whether to fail the action if an error occurs | no | true |
Outputs
| name | description |
|---|---|
| issue-number | The issue number that was created or updated |
| status | The status of the action - created if an issue was created, updated if an issue was updated, error if an error occurred |