Skip to content

Commit

Permalink
Update ci-check.yml
Browse files Browse the repository at this point in the history
Ignore staging-updated branch
  • Loading branch information
SteelWagstaff authored Jun 16, 2023
1 parent 876662b commit 919632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: deepakputhraya/action-branch-name@master
with:
regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test|dependabot)\/[a-z0-9-_.\/]+?$'
ignore: production,staging,dev,dev-updated
ignore: production,staging,dev,dev-updated,staging-updated
min_length: 5
max_length: 100
- name: Lint pull request title
Expand Down

0 comments on commit 919632b

Please sign in to comment.