diff --git a/.github/workflows/contributor-check-writer.yml b/.github/workflows/contributor-check-writer.yml index 79471436..6f36de02 100644 --- a/.github/workflows/contributor-check-writer.yml +++ b/.github/workflows/contributor-check-writer.yml @@ -8,7 +8,7 @@ on: permissions: actions: read issues: write - pull-requests: read + pull-requests: write concurrency: group: ccw-${{ github.event.workflow_run.head_repository.id || 'unknown-repo' }}-${{ github.event.workflow_run.head_branch || 'unknown-branch' }} diff --git a/.github/workflows/external-plugin-pr-quality-gates-writer.yml b/.github/workflows/external-plugin-pr-quality-gates-writer.yml index d4d20b88..8e5017d1 100644 --- a/.github/workflows/external-plugin-pr-quality-gates-writer.yml +++ b/.github/workflows/external-plugin-pr-quality-gates-writer.yml @@ -9,7 +9,7 @@ permissions: actions: read contents: read issues: write - pull-requests: read + pull-requests: write concurrency: group: epqw-${{ github.event.workflow_run.head_repository.id || 'unknown-repo' }}-${{ github.event.workflow_run.head_branch || 'unknown-branch' }} diff --git a/.github/workflows/label-pr-intent-writer.yml b/.github/workflows/label-pr-intent-writer.yml index f1cf43f7..f4c77341 100644 --- a/.github/workflows/label-pr-intent-writer.yml +++ b/.github/workflows/label-pr-intent-writer.yml @@ -8,7 +8,7 @@ on: permissions: actions: read issues: write - pull-requests: read + pull-requests: write concurrency: group: lpiw-${{ github.event.workflow_run.head_repository.id || 'unknown-repo' }}-${{ github.event.workflow_run.head_branch || 'unknown-branch' }} diff --git a/.github/workflows/pr-duplicate-check-writer.yml b/.github/workflows/pr-duplicate-check-writer.yml index 5ce9ed3e..55d6c177 100644 --- a/.github/workflows/pr-duplicate-check-writer.yml +++ b/.github/workflows/pr-duplicate-check-writer.yml @@ -8,7 +8,7 @@ on: permissions: actions: read issues: write - pull-requests: read + pull-requests: write concurrency: group: pdcw-${{ github.event.workflow_run.head_repository.id || 'unknown-repo' }}-${{ github.event.workflow_run.head_branch || 'unknown-branch' }}