GitHub action for branching standards & conventions.action
uses: markheumueller/branch-naming-standards@v1.0.0
with:
regex: '^[a-zA-Z]+\/[a-zA-Z]*$'
ignore_branches: 'master'
ignore_users: 'markheumueller'
allowed_prefixes: 'feature,bugfix,hotfix'
issue_tracker: 'JIRA'
License is GNU Affero General Public License v3.0