diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index d2eb58b9a..094bcd481 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -9,7 +9,9 @@ jobs: name: Add PR labels runs-on: ubuntu-latest permissions: + contents: read pull-requests: write + issues: write steps: - name: Checkout the repository uses: actions/checkout@v4