From 476068def628dbc109dadc84b0f60502ae38cd75 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 24 Oct 2024 09:26:56 -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 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: