semestry/Git Flow Action
GithHub Action for checking the base branch of a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| main_branch_pattern | Main branch pattern | yes | ^(main|master)$ |
| development_branch_pattern | Development branch pattern | yes | ^(dev|develop|development)$ |
| semestry_staging_branch_pattern | Semestry staging branch pattern | yes | ^([0-9]+(\.[0-9]+)+-staging|development-staging)$ |
| semestry_testing_branch_pattern | Semestry Testing branch pattern | yes | ^([0-9]+(\.[0-9]+)+-test|development-test)$ |
| feature_branch_prefix | Feature branch prefix | yes | feature/ |
| hotfix_branch_prefix | Hotfix branch prefix | yes | hotfix/ |
| fix_branch_prefix | Fix branch prefix | yes | fix/ |
| staging_branch_prefix | Staging branch prefix | yes | staging/ |
Outputs
no outputs