diff --git a/.github/workflows/lint-pr-title.yaml b/.github/workflows/lint-pr-title.yaml index da0b49c9d..9d945ce1d 100644 --- a/.github/workflows/lint-pr-title.yaml +++ b/.github/workflows/lint-pr-title.yaml @@ -20,7 +20,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest permissions: - contents: read + contents: write pull-requests: write steps: - uses: amannn/action-semantic-pull-request@v5.4.0