diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 0000000000..3020a71c04 --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,14 @@ +name: Triage label new issues +on: + issues: + types: + - opened +jobs: + triage_label_issues: + runs-on: ubuntu-latest + steps: + - name: Label issues + uses: andymckay/labeler@master + with: + add-labels: "status/triage" + ignore-if-assigned: true