nicklegan/GitHub Repo Branch Naming Policy Action
A GitHub Action which prevents pull requests from being merged and sends issue notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A personal access token with repo permission. | yes | — |
| regex | A regex string matching a correct branch naming convention. | yes | — |
| flags | Flag for branch naming regex string. e.g. i for case-insensitive. | no | — |
| delete | An option to delete the opened notification issue instead of only closing it. | no | — |
Outputs
no outputs