Skip to content

GitHub action for branching standards & conventions

License

Notifications You must be signed in to change notification settings

0x4Dark/branch-naming-standards

Repository files navigation

Branch Naming Standards

branch-naming-standards GitHub action for branching standards & conventions.action

Usage

uses: markheumueller/[email protected]
  with:
    regex: '^[a-zA-Z]+\/[a-zA-Z]*$'
    ignore_branches: 'master'
    ignore_users: 'markheumueller'
    allowed_prefixes: 'feature,bugfix,hotfix'
    issue_tracker: 'JIRA'

License

License is GNU Affero General Public License v3.0