From bb7eba86226a83352de7aad8781e4b654443d8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 7 Jul 2023 11:35:22 +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