From 013deba6fec427c8a7acab8debca345b41eb9cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 3 May 2023 14:32:15 +0200 Subject: [PATCH] Fix: Set permission on conventional commits workflow Without setting pull-request write permissions the workflow is failing at the moment. --- .github/workflows/conventional-commits.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 68793a2..036d0a5 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -3,6 +3,10 @@ name: Conventional Commits on: pull_request: +permissions: + pull-requests: write + contents: read + jobs: conventional-commits: name: Conventional Commits