Skip to content

Fri 27/initial database design and setup #19

Fri 27/initial database design and setup

Fri 27/initial database design and setup #19

name: branch-name-validator
on: [pull_request]
jobs:
check-jira-prefix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: deepakputhraya/action-branch-name@master
with:
regex: '^(no-ticket/|renovate[-/]|hotfix/|FRI-[0-9]+/)' # start branch with either 'no-ticket/' or 'FRI-NUMBER/', allowing for bots and hotfixes
ignore: main