Skip to content

Commit

Permalink
Match kotlin in check-pr-title (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Mar 7, 2024
1 parent a61a69f commit 69c0292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synced-files/.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 69c0292

Please sign in to comment.