From 9cb8a08ea7e52e891849682c30eccbfe1ef8ba83 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 24 Oct 2024 09:27:34 -0600 Subject: [PATCH] chore: update commitlint.yaml 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: