BMAD-METHOD/.github/workflows
Alex Verkhovsky cb73c05cf6
fix: use pull_request_target for CodeRabbit review trigger (#1583)
The workflow was failing with 403 "Resource not accessible by integration"
on fork PRs because pull_request events get read-only GITHUB_TOKEN
permissions for cross-repository PRs. Switching to pull_request_target
runs the workflow in the base repo context, granting write permissions
needed to post the @coderabbitai review comment.

This is safe because the workflow only posts a comment and does not
check out or execute any code from the PR branch.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 10:27:57 -06:00
..
coderabbit-review.yaml fix: use pull_request_target for CodeRabbit review trigger (#1583) 2026-02-07 10:27:57 -06:00
discord.yaml project licence, contribution and discord noise updates, along with improved simplified issue templates 2026-01-18 17:03:47 -06:00
docs.yaml docs: add modules reference page and site fixes (#1540) 2026-02-06 06:58:09 -06:00
quality.yaml feat: cross-file reference validator for BMAD source files (#1494) 2026-02-03 13:13:38 -06:00