Skip to content

Add code-review action and fix security-review comment posting#4638

Merged
taylordowns2000 merged 3 commits into
mainfrom
claude/add-review-actions-3y00b
Apr 21, 2026
Merged

Add code-review action and fix security-review comment posting#4638
taylordowns2000 merged 3 commits into
mainfrom
claude/add-review-actions-3y00b

Conversation

@taylordowns2000
Copy link
Copy Markdown
Member

  • Add issues:write permission to security-review (was preventing Claude
    from posting sticky comments via the issues API)
  • Change fallback step to if: always() so a comment is guaranteed on
    every run, not just failures
  • Add new code-review.yml workflow that invokes the /review skill via
    claude-code-action on every non-draft PR

https://claude.ai/code/session_018DKHSmTKWSyWR4iP4tPgcP

- Add issues:write permission to security-review (was preventing Claude
  from posting sticky comments via the issues API)
- Change fallback step to if: always() so a comment is guaranteed on
  every run, not just failures
- Add new code-review.yml workflow that invokes the /review skill via
  claude-code-action on every non-draft PR

https://claude.ai/code/session_018DKHSmTKWSyWR4iP4tPgcP
@github-project-automation github-project-automation Bot moved this to New Issues in Core Apr 17, 2026
@github-actions
Copy link
Copy Markdown

Code Review

⚠️ The review completed but no findings comment was posted.

See the workflow run for the raw Claude output.

@github-actions
Copy link
Copy Markdown

Security Review

⚠️ Automated security review did not complete.

Claude hit the max-turns limit or encountered an error before posting findings.
A manual review of S0 (project-scoped data access), S1 (authorization policies),
and S2 (audit trail coverage) is recommended for this PR.

See the workflow run for details.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.62%. Comparing base (f8a1f0b) to head (068367d).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4638      +/-   ##
==========================================
- Coverage   89.63%   89.62%   -0.01%     
==========================================
  Files         444      444              
  Lines       21558    21558              
==========================================
- Hits        19324    19322       -2     
- Misses       2234     2236       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

claude added 2 commits April 17, 2026 17:50
- Update model from deprecated claude-opus-4-6 to claude-opus-4-7 in
  both workflows (root cause of the fast failure on #4638)
- Also flatten claude_args to a single line to avoid YAML newline parsing
  issues
- Replace Skill tool invocation in code-review prompt with direct review
  instructions (the /review skill is interactive-only, unavailable in
  claude-code-action's non-interactive --prompt mode)

https://claude.ai/code/session_018DKHSmTKWSyWR4iP4tPgcP
@taylordowns2000 taylordowns2000 merged commit 019b657 into main Apr 21, 2026
0 of 2 checks passed
@taylordowns2000 taylordowns2000 deleted the claude/add-review-actions-3y00b branch April 21, 2026 06:49
@github-project-automation github-project-automation Bot moved this from New Issues to Done in Core Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants