diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml new file mode 100644 index 000000000..53d5f6b87 --- /dev/null +++ b/.github/workflows/issue-triage.yml @@ -0,0 +1,14 @@ +name: Apply triage label to new issue + +on: + issues: + types: [opened] + +jobs: + triage: + runs-on: ubuntu-latest + steps: + - uses: andymckay/labeler@1.0 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + labels: "Status: Triage"