un-fao/Create Github Issue

Creates a new github issue as directly as possible

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenYour Github PAT, defaults to actions tokenno${{ github.token }}
ownerRepo Owner, if not set implied by context.no
repoRepo or impiled by the current contextno
titleIssue titleno[${{ github.workflow }}] failure detected
bodyBody content of issueno## 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 }}`
milestoneMilestone associated with issueno
labelsCSV of labels (e.x. 'p0-critial,bug,aws')no
assigneesCSV of github usernames to assign (e.x. 'dacbd,nlf')no${{ github.actor }}
namedescription
jsonThe JSON for the new created issue returned from the GitHub API
html_urlThe web url of the new issue
numberThe new issue's number