(PC-33482) feat(NC): Fix use of pacific Franc in search price modal #16621
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '3 [on_pr] Check PR title format' | |
on: | |
pull_request: | |
branches: [master] | |
types: | |
- opened | |
- edited | |
- synchronize | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: Slashgear/action-check-pr-title@v4.3.0 | |
with: | |
regexp: '^(\((PC-[0-9]+|BSR)\) )?(build|lint|ci|docs|feat|fix|perf|refactor|test|chore)\(\w+\): \w+' |