tibuqx/Validate GitFlow Branch Order
Fails if a PR skips a step in the feat/** → develop → staging → main GitFlow promotion chain. Zero-dependency — no checkout required.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| head-ref | Source branch of the pull request (pass github.head_ref). | yes | — |
| base-ref | Target branch of the pull request (pass github.base_ref). | yes | — |
| feature-branch-pattern | ERE regex matched against the head ref to decide whether a branch is allowed to target develop. Override to add or remove prefixes. | no | ^(feat|feature|fix|bugfix|hotfix|chore|docs|refactor|test|ci|build)/.+ |
Outputs
no outputs