-
Notifications
You must be signed in to change notification settings - Fork 0
fix(claude-code): wire agentic responses to trusted bot reviews and CI failures #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
don-petry
wants to merge
83
commits into
main
Choose a base branch
from
claude/issue-291-20260515-0147
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+278
−74
Open
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
d16e80e
Add multi-agent isolation strategy using git worktrees (#2)
don-petry 2682762
feat: add weekly compliance audit workflow (#12)
don-petry 5f23253
chore: run compliance audit every Friday at noon UTC
18ca94a
feat: add full CI pipeline for .github repo (#15)
don-petry c246e5a
feat: extend compliance audit with CI/automation health survey (#13)
don-petry 378d749
chore(deps): Bump anthropics/claude-code-action from 1.0.83 to 1.0.89…
dependabot[bot] ecac548
feat: split Claude workflow into interactive + issue automation jobs …
don-petry 55c7176
feat: require GitHub Discussions on all repos (#53)
don-petry 2a5ebcc
fix: grant claude-issue job tools to create PRs and check CI (#55)
don-petry 41e8b29
fix: add concurrency guard and comment tools to claude-issue job
6adc316
fix: add claude.yml template + checkout audit check (#63)
claude[bot] 396d84b
fix: auto-create required labels during compliance audit (#67)
claude[bot] 0540fbb
feat: reusable Claude Code workflow with workflows write permission (…
don-petry b9da864
Add Feature Ideation workflow as standard for BMAD-enabled repos (#81)
don-petry f5199b3
feat(workflows): centralize standards via reusable workflows (#87)
don-petry df4a8cd
feat(workflows): pin reusable callers to @v1 and document tier model …
don-petry 961e933
feat(security): add codeql.yml for SAST scanning (#100)
don-petry 2d2f4a7
Replace per-repo CodeQL workflows with GitHub default setup (#103)
don-petry e92d92d
feat(claude): trigger Claude to fix CI failures on PRs (#148)
don-petry 5ef0a07
feat(feature-ideation): add curated reputable source list for Mary (#…
don-petry 128e2c0
fix: correct reusable workflow path syntax (remove duplicate .github)…
don-petry 29d879a
fix(claude-ci-fix): resolve PR via API when check_run payload is empty
don-petry 8d06a22
fix: update auto-rebase template SHA to version containing the reusab…
don-petry b3ec8d3
docs: document OIDC immutability constraint and exempt claude.yml fro…
don-petry d9b15b2
fix: restore double .github path in agent-shield and claude reusable …
don-petry c9a13fc
feat: trigger Claude on CodeRabbit and Copilot review comments (#198)
don-petry 59c0dd9
chore: deprecate pr-review-agent — remove all traces
don-petry 954ce07
feat: make pr-review-mention an org standard (#237)
don-petry a8a7f89
fix(claude): add copilot-pull-request-reviewer and gemini-code-assist…
don-petry 2a957f4
fix(feature-ideation): address Copilot + CodeRabbit review on PR #85 …
don-petry e63bf34
feat(claude): add claude-fix-review-comments job for bot review respo…
don-petry c1a46ce
chore(dev-lead): deprecate claude.yml in ci-standards, promote dev-le…
don-petry 00c33c2
chore(deps): Bump actions/upload-artifact from 4.6.2 to 7.0.1 (#303)
dependabot[bot] 2c1aa51
feat: implement issue #251 — Compliance: secret_scanning_ai_detection…
don-petry 534fab5
chore(deps): Bump actions/checkout from 6.0.2 to 6.0.3 (#408)
dependabot[bot] d679767
docs: document fine-grained token scopes for ORG_SCORECARD_TOKEN (#248)
don-petry 784fda3
fix(dependabot-rebase): handle 404 from compare API — skip PR when br…
don-petry 6101a95
Add coding standards & principles section to AGENTS.md (#3)
don-petry 7103b69
feat: add weekly compliance audit workflow (#12)
don-petry 330a7fc
chore: run compliance audit every Friday at noon UTC
62b2b1a
feat: add full CI pipeline for .github repo (#15)
don-petry f9efaa2
feat: extend compliance audit with CI/automation health survey (#13)
don-petry d40e35c
chore(deps): Bump anthropics/claude-code-action from 1.0.83 to 1.0.89…
dependabot[bot] fb03cb4
feat: split Claude workflow into interactive + issue automation jobs …
don-petry 2c0decf
fix: grant claude-issue job tools to create PRs and check CI (#55)
don-petry 52d4697
fix: add concurrency guard and comment tools to claude-issue job
d132915
feat: reusable Claude Code workflow with workflows write permission (…
don-petry ea8d3fd
feat(security): add codeql.yml for SAST scanning (#100)
don-petry 1999e0d
Replace per-repo CodeQL workflows with GitHub default setup (#103)
don-petry 9c328d1
feat(claude): trigger Claude to fix CI failures on PRs (#148)
don-petry f74a364
feat(feature-ideation): add curated reputable source list for Mary (#…
don-petry f9d6785
fix: correct reusable workflow path syntax (remove duplicate .github)…
don-petry 85d0ce2
fix(claude-ci-fix): resolve PR via API when check_run payload is empty
don-petry e8ce01e
fix: update auto-rebase template SHA to version containing the reusab…
don-petry ca33d14
docs: document OIDC immutability constraint and exempt claude.yml fro…
don-petry b2f5626
fix: restore double .github path in agent-shield and claude reusable …
don-petry 251dbde
feat: trigger Claude on CodeRabbit and Copilot review comments (#198)
don-petry 7c1c77b
chore: deprecate pr-review-agent — remove all traces
don-petry 6cb33c2
chore: deprecate pr-review-agent — remove all traces
don-petry ad94cfd
revert: restore .github/workflows/pr-review-mention.yml (#236)
don-petry 388e524
feat: make pr-review-mention an org standard (#237)
don-petry f85cdec
fix(feature-ideation): address Copilot + CodeRabbit review on PR #85 …
don-petry 02de5df
fix(claude-code): wire agentic responses to trusted bot reviews and C…
github-actions[bot] b7735b8
chore(dev-lead): deprecate claude.yml in ci-standards, promote dev-le…
don-petry 33ecf19
chore(deps): Bump actions/upload-artifact from 4.6.2 to 7.0.1 (#303)
dependabot[bot] d758dcd
fix(ci): downgrade pnpm/action-setup to v5 in dependency-audit reusab…
don-petry 46c16d1
feat: add compliance-remediate.sh — close the audit -> auto-fix -> PR…
don-petry 1118fa5
fix(bot): address bot feedback [skip ci-relay]
donpetry-bot c2d02be
fix(bot): address bot feedback [skip ci-relay]
donpetry-bot 14ac4be
fix(compliance): secret-scan job, pin dtolnay action, exempt internal…
don-petry 0ed2a50
fix(bot): address bot feedback [skip ci-relay]
donpetry-bot f996f98
fix(ci): add gitleaks secret-scan job to satisfy compliance check (#219)
don-petry eab633d
feat: implement issue #375 — Compliance audit — 2026-05-29 (#376)
don-petry a4e7b40
chore: apply manual instructions [skip ci-relay]
donpetry-bot fb09c33
Merge branch 'main' into claude/issue-291-20260515-0147
don-petry 9e78de5
Merge branch 'main' into claude/issue-291-20260515-0147
don-petry 4fe7bac
Merge branch 'main' into claude/issue-291-20260515-0147
don-petry bc113de
Merge branch 'main' into claude/issue-291-20260515-0147
don-petry dbf83d0
fix: resolve duplicate job definitions and format code in standards
donpetry-bot be6038c
fix(compliance-audit): remove duplicate function and restore in-progr…
donpetry-bot 70b49d2
docs: add warning about GH_PAT_WORKFLOWS requirement for CI watching
donpetry-bot c41665d
chore: apply manual instructions [skip ci-relay]
donpetry-bot d46b104
fix(reviews): address review comments [skip ci-relay]
donpetry-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.