diff --git a/.github/workflows/label_new_issues.yaml b/.github/workflows/label_new_issues.yaml new file mode 100644 index 0000000000..79753dbccc --- /dev/null +++ b/.github/workflows/label_new_issues.yaml @@ -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}} +