diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index f4f5d22c..447cbaf0 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -5,10 +5,13 @@ on: jobs: triage: + permissions: + contents: read + pull-requests: write runs-on: ubuntu-latest steps: - name: Automatically label PR - uses: actions/labeler@v5 + uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true