From c43b09c7531ad2d3f2f424c2cdbeb17b6ca9e620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 3 May 2023 12:20:38 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 68793a22..9b631f60 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -3,6 +3,9 @@ name: Conventional Commits on: pull_request: +permissions: + pull-requests: write + jobs: conventional-commits: name: Conventional Commits