Skip to content

Commit 91c5eac

Browse files
committed
docs: add README
1 parent 5377bf1 commit 91c5eac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)