We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d1ff commit 91dca34Copy full SHA for 91dca34
1 file changed
.github/workflows/pr_jira_ticket.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: deepakputhraya/action-pr-title@master
17
with:
18
- regex: '^[A-Z]{1,10}-\d{1,10}(:?\s|$)'
+ regex: '^[A-Z]{2,8}-\d{2,8}(:?\s|$)'
19
prefix_case_sensitive: false # title prefix are case insensitive
20
min_length: 5 # Min length of the title
21
max_length: 80 # Max length of the title
0 commit comments