From f51c796af27fc98466c2c9bb3cac423ce7c66cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 7 Jul 2023 11:39:58 +0200 Subject: [PATCH] Fix: Fix conventional commits workflow Use pull_requests_event to allow creating comments from forked repositories --- .github/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 036d0a5..a929906 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -1,7 +1,7 @@ name: Conventional Commits on: - pull_request: + pull_request_target: permissions: pull-requests: write