BMAD-METHOD/.github/workflows
Alex Verkhovsky 2d94f20894 fix: use pull_request_target for CodeRabbit review trigger
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 07:16:48 -07:00
..
coderabbit-review.yaml fix: use pull_request_target for CodeRabbit review trigger 2026-02-07 07:16:48 -07: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