Skip to content

Commit

Permalink
Update PR title check message
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek1234321 committed Aug 13, 2024
1 parent 412657c commit 005b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pr_checks:
title:
- name: 'prefix_check'
regex: '^(?i)(fix|feat|test|chore|refactor|build):'
message_if_not_matching: 'PR title must start with "fix:", "feat:", "chore:", "refactor", or "test:" (case-insensitive)'
message_if_not_matching: 'PR title must start with "fix:", "feat:", "chore:", "refactor:", or "test:" (case-insensitive)'

description:
- name: 'clickup_check'
Expand Down

0 comments on commit 005b8d6

Please sign in to comment.