Skip to content

showing new data in the dashboard and design qa changes #366

showing new data in the dashboard and design qa changes

showing new data in the dashboard and design qa changes #366

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