From 18080f3acbb7c5e4d674b3e9caa5c0e1b7299b27 Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:11:51 -0500 Subject: [PATCH] fix: add pull request permissions --- .github/workflows/commitlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 4d2bdeda..03c49173 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: