Skip to content

Commit d45bfea

Browse files
gloursclaude
andcommitted
Skip PR review workflow for Dependabot PRs
Dependabot PRs don't have access to the secrets required by the cagent-action reusable workflow (CAGENT_ORG_MEMBERSHIP_TOKEN), causing the org membership check to fail with "github-token not supplied". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
1 parent a57320f commit d45bfea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
review:
15+
if: github.actor != 'dependabot[bot]'
1516
uses: docker/cagent-action/.github/workflows/review-pr.yml@dba0ca51938c78afb363625363c50582243218d6 # v1.3.1
1617
# Scoped to the job so other jobs in this workflow aren't over-permissioned
1718
permissions:

0 commit comments

Comments
 (0)