Skip to content

Commit f994c4f

Browse files
Merge pull request #125 from Create-Python-App/fix/66-danger-decision
docs: ADR Danger vs CodeRabbit-only (#66)
2 parents 6b5a8ec + 1fd9171 commit f994c4f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/adr/0002-pr-automation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ADR 0002: PR automation — CodeRabbit-only (no Danger.js)
2+
3+
## Decision
4+
5+
Do **not** port `tools/danger` from create-node-app for CPA v0.
6+
7+
Rely on GitHub Actions PR validation + CodeRabbit (when enabled) for review comments.
8+
9+
## Rationale
10+
11+
- Smaller Python monorepo; Actions already cover lint/test/typecheck
12+
- Avoid maintaining a JS Danger toolchain in a Python repo
13+
- Can revisit if review automation gaps appear

0 commit comments

Comments
 (0)