From 9e8b19fd85bbd4bdd2e808228c0386d78e41e6a8 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 9 Jan 2024 20:44:46 -0600 Subject: [PATCH] squash: allow merge commits --- .github/workflows/conventional-commits.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index fc917c87c..805770244 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -13,8 +13,8 @@ on: - edited permissions: - contents: read - pull-requests: read + contents: write + pull-requests: write concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request