From c0c7b5ace36d8f1779665ab5ae45269cd1944b2b Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Mon, 16 Dec 2024 10:29:50 +0000 Subject: [PATCH] Fix conventional commit labelling permissions --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9938d50..3344120 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,6 +8,7 @@ jobs: name: Conventional Commit runs-on: ubuntu-latest permissions: + contents: read pull-requests: write steps: - name: Check PR Conventional Commit title