diff --git a/.github/workflows/label-new-issues.yaml b/.github/workflows/label-new-issues.yaml new file mode 100644 index 00000000..c7fcb21f --- /dev/null +++ b/.github/workflows/label-new-issues.yaml @@ -0,0 +1,18 @@ +--- +name: label new issues +on: + issues: + types: + - opened + - reopened + +jobs: + add_label: + runs-on: ubuntu-latest + permissions: + contents: write + issues: write + steps: + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: needs_triage