disable Claude GitHub Actions workflows#1678
Conversation
Remove claude.yml, claude-code-review.yml, and claude-code-review-manual.yml so @claude invocations and automated/manual Claude PR reviews no longer run. Co-authored-by: Daniel Chalef <danielchalef@users.noreply.github.com>
|
I have read the CLA Document and I hereby sign the CLA behalf on myself, e-mail: example@example.com or I have read the CLA Document and I hereby sign the CLA behalf of my company, e-mail: example@example.com Signature is valid for 6 months. This bot will be retriggered when the Contributor License Agreement comment has been provided. Posted by the CLA Assistant Lite bot. |
|
Claude finished @danielchalef's task in 37s —— View job PR Review: disable Claude GitHub Actions workflows
This PR deletes three workflow files ( FindingsNo blocking issues. The deletion is clean:
Suggestions
SummaryThe change does exactly what it describes and leaves the repo in a consistent state. The only open decision is whether |
Summary
Removes the three GitHub Actions workflows that invoke Anthropic Claude Code on issues and pull requests.
Type of Change
Objective
Stop automated and manual Claude-based CI from running in this repository (cost, maintenance, or policy).
Removed workflows:
claude.yml—@claudeon issues, PR comments, and reviewsclaude-code-review.yml— automatic PR code review on trusted authors /needs-reviewlabelclaude-code-review-manual.yml— workflow_dispatch manual PR reviewNot changed:
pr-triage.ymlstill usesclaude-code-actionfor PR triage. Say if that should be disabled too.Testing
Breaking Changes
Maintainers and collaborators can no longer invoke
@claudevia GitHub Actions, and automatic Claude PR reviews will not run. Restore from git history or re-add the workflow files to re-enable.Checklist
make lintpasses)Related Issues
N/A