diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index a1a6e91f04..48d93b31fd 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -46,6 +46,8 @@ jobs: release-labels: runs-on: ubuntu-latest + permissions: + pull-requests: write # Skip tagging for draft PRs. if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }} steps: