un-fao/Create Github Issue
Creates a new github issue as directly as possible
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your Github PAT, defaults to actions token | no | ${{ github.token }} |
| owner | Repo Owner, if not set implied by context. | no | — |
| repo | Repo or impiled by the current context | no | — |
| title | Issue title | no | [${{ github.workflow }}] failure detected |
| body | Body content of issue | no | ## Failure Report: > [!IMPORTANT] > Details on failed run: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - Author: @${{ github.triggering_actor }} - Branch: `${{ github.ref }}` - Commit: ${{ github.sha }} - Workflow Path: `${{ github.workflow_ref }}` |
| milestone | Milestone associated with issue | no | — |
| labels | CSV of labels (e.x. 'p0-critial,bug,aws') | no | — |
| assignees | CSV of github usernames to assign (e.x. 'dacbd,nlf') | no | ${{ github.actor }} |
Outputs
| name | description |
|---|---|
| json | The JSON for the new created issue returned from the GitHub API |
| html_url | The web url of the new issue |
| number | The new issue's number |