File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # github-workflows
2+
3+ Central repository for organization-wide GitHub Actions workflows enforced across all ` hotdata-dev ` repos via org rulesets.
4+
5+ ## Workflows
6+
7+ ### Claude PR Review
8+
9+ Automated code review on every pull request using [ claude-code-action] ( https://github.com/anthropics/claude-code-action ) . Reviews are severity-based:
10+
11+ - ** P0/P1 issues** — requests changes with inline comments
12+ - ** P2/P3 issues** — approves with non-blocking suggestions
13+ - ** No issues** — silent approve
14+
15+ The review prompt lives in [ ` docs/claude-pr-review-prompt.md ` ] ( docs/claude-pr-review-prompt.md ) .
16+
17+ ## Setup
18+
19+ Requires:
20+ - ` ANTHROPIC_API_KEY ` org secret
21+ - [ Claude Code GitHub App] ( https://github.com/apps/claude ) installed on the org
22+ - Org ruleset pointing to this repo's workflow
You can’t perform that action at this time.
0 commit comments