Skip to content

Commit 7c17130

Browse files
VincentBeepierresisson
authored andcommitted
fix prettier
1 parent 27526fe commit 7c17130

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ npm run test # Run tests with coverage (Jest)
2020
**Entry Point Flow**: `index.js``action.js` (dispatcher) → specific action handler in `lib/actions/`
2121

2222
**Three Main Actions**:
23+
2324
- `validate-pr`: Validates branch names and PR titles against conventions
2425
- `after-pr-merged`: Post-merge automation (rebase notifications for sub-branches)
2526
- `changelog`: Generates changelog from releases and PRs
2627

2728
**Key Modules**:
29+
2830
- `lib/branch.js`: Branch naming convention validator (regex-based)
2931
- `lib/pullRequest.js`: PR title validation (Conventional Commits format)
3032
- `lib/actions/pullRequest.js`: Full PR validation logic including GitHub API calls
@@ -39,6 +41,7 @@ Special prefixes: `renovate/`, `copilot/`, `claude/`, `crowdin/update-translatio
3941
**Sub-branches**: Branches based on non-main branches must use `baseRef--` prefix (e.g., `develop--feat/something`)
4042

4143
**PR Titles**: Conventional Commits format: `{type}({scope})!: {description}`
44+
4245
- Types: `hotfix|feat|fix|chore|docs|refactor|test|revert|build|ci|perf|style|change|remove|poc`
4346
- Scope and `!` (breaking change marker) are optional
4447
- Revert format: `revert {original message}`

0 commit comments

Comments
 (0)