diff --git a/.github/pr-labels.yml b/.github/pr-labels.yml new file mode 100644 index 00000000..fb185d70 --- /dev/null +++ b/.github/pr-labels.yml @@ -0,0 +1,2 @@ +needs-triage: + - proposals/**/* diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml new file mode 100644 index 00000000..1b6827e9 --- /dev/null +++ b/.github/workflows/pr-labeler.yml @@ -0,0 +1,14 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 + with: + configuration-path: .github/prs-labels.yml