diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml new file mode 100644 index 0000000..bca5de9 --- /dev/null +++ b/.github/workflows/labeler.yaml @@ -0,0 +1,16 @@ +name: "Label Pull Requests" + +on: + - pull_request_target + +jobs: + label: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: ".github/config/labeler.yaml"