diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 4d2bded..03c4917 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -11,6 +11,7 @@ on: # Permissions for the GITHUB_TOKEN used by the workflow. permissions: contents: read # Allows reading the content of the repository. + pull-requests: read # Allows reading pull requests jobs: validate: