diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 0d7c14b4fa..860d2e945b 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -7,6 +7,9 @@ jobs: check-title: if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read steps: - uses: deepakputhraya/action-pr-title@master with: