Skip to content

Commit

Permalink
🔄 Synced local '.github/workflows/check-pr-title.yml' with remote 'sy…
Browse files Browse the repository at this point in the history
…nced-files/.github/workflows/check-pr-title.yml'
  • Loading branch information
realm-ci committed Mar 7, 2024
1 parent 434bfc7 commit 452c4a6
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 @@ -17,6 +17,6 @@ jobs:
- name: Enforce PR title
uses: realm/ci-actions/title-checker@main
with:
regex: R[A-Z]{2,5}-[0-9]{1,6}
regex: R[A-Z]{2,6}-[0-9]{1,6}
error-hint: Invalid PR title. Make sure it's prefixed with the JIRA ticket the PR addresses or add the no-jira-ticket label.
ignore-labels: 'no-jira-ticket'

0 comments on commit 452c4a6

Please sign in to comment.