Skip to content

Commit

Permalink
Merge pull request #185 from AntelopeIO/label_new_issues
Browse files Browse the repository at this point in the history
[3.2] label new issues with 'triage' label and add them to the Team Backlog project as Todo
  • Loading branch information
spoonincode authored Sep 19, 2022
2 parents 471b08e + 9718e52 commit 43cfa0f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/label_new_issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Label New Issue

on:
issues:
types: opened

jobs:
label_new_issue:
uses: AntelopeIO/issue-project-labeler-workflow/.github/workflows/issue-project-labeler.yaml@v1
with:
issue-id: ${{github.event.issue.node_id}}
label: triage
org-project: 'Team Backlog'
project-field: Status=Todo
secrets:
token: ${{secrets.ENFCIBOT_REPO_AND_PROJECTS}}

0 comments on commit 43cfa0f

Please sign in to comment.