Fix duplicate PR check role gating (#2241)

Remove the read-only role override from the PR duplicate check so gh-aw pre-activation gates unsupported actors before the PR checkout step runs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Montemagno
2026-07-07 18:23:01 -07:00
committed by GitHub
parent cb2a6022d7
commit 34f0e35050
2 changed files with 44 additions and 4 deletions
-1
View File
@@ -3,7 +3,6 @@ description: 'Checks PRs for potential duplicate agents, instructions, skills, a
on:
pull_request_target:
types: [opened, synchronize, reopened]
roles: all
checkout: false
permissions:
contents: read