Skip to content

Commit 288a586

Browse files
heiskrCopilot
andauthored
Add workflow-generated label to workflow-failure issues (#61735)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7a720df commit 288a586

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • .github/actions/create-workflow-failure-issue

.github/actions/create-workflow-failure-issue/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@ runs:
8989
gh issue create \
9090
--repo "$ISSUE_REPO" \
9191
--label "workflow-failure" \
92+
--label "workflow-generated" \
9293
--title "[Workflow Failure] $WORKFLOW_NAME" \
9394
--body "$body"

0 commit comments

Comments
 (0)