diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 805770244..534827dff 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -13,8 +13,8 @@ on: - edited permissions: - contents: write - pull-requests: write + contents: read + pull-requests: read concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request @@ -36,6 +36,7 @@ jobs: docs feat fix + merge perf refactor release