bricklanetech/Merge Permission Check
Uses supplied rules to validate whether destination branches can be merged from current branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | list of steps within workflow provided in ascending order for merging (eg "a b c" ==> "a->b->c") | no | main |
| hotfix_pattern | the grep pattern to use for the format of hotfix branches (ie quick-fix branches that can merge anywhere) | no | hotfix/* |
| feature_pattern | the grep pattern to use for the format of feature branches (development branches that are yet to be added to workflow) | no | feature/* |
Outputs
| name | description |
|---|---|
| response | message provided for either success or failure, depending on reason for failure |