Skip to content

Commit

Permalink
chore(ci): allow for more numbers in tickets (#6453)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Nov 6, 2024
1 parent 9c7339f commit 8101f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
# Skip the JIRA ticket check for PRs opened by bots
if: ${{ !contains(github.event.pull_request.user.login, '[bot]') }}
with:
regex: '[A-Z]{4,10}-[0-9]{1,5}$'
regex: '[A-Z]{4,10}-[0-9]{1,10}$'
error-hint: 'Invalid PR title. Make sure it ends with a JIRA ticket - i.e. COMPASS-1234 or add the no-title-validation label'
ignore-labels: 'no-title-validation'

0 comments on commit 8101f31

Please sign in to comment.