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