jayqi/Failed Build Issue

Create or comment on an issue when your GitHub Actions workflow fails.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with repository access, i.e., secrets.GITHUB_TOKENyes
label-nameName of label that this action interacts withyesbuild failed
title-templateMustache template to use as title when creating a new issueyesFailed build: {{workflow}}
body-templateMustache template to use for issue or comment bodyyesGitHub Actions workflow [{{workflow}} #{{runNumber}}](https://github.com/{{repo.owner}}/{{repo.repo}}/actions/runs/{{runId}}) failed. Event: {{eventName}} Branch: [{{refname}}](https://github.com/{{repo.owner}}/{{repo.repo}}/tree/{{refname}}) Commit: [{{sha}}](https://github.com/{{repo.owner}}/{{repo.repo}}/commit/{{sha}}) <sup><i>Created by [jayqi/failed-build-issue-action](https://github.com/jayqi/failed-build-issue-action)</i></sup>
create-labelWhether to create a new label for 'label-name' if it doesn't already exist.yestrue
always-create-new-issueIf true, will always create a new issue, even if one matching 'label-name' is already open.yesfalse
namedescription
issue-numberIssue number of new issue or comment
html-urlURL to new issue or comment on GitHub.com web app