We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac156ed commit 770f086Copy full SHA for 770f086
.github/workflows/on-pr-opened-updated.yml
@@ -42,7 +42,7 @@ jobs:
42
titleRegex: '^#(?<ticketNumber>\d+)'
43
branchRegex: '^(?<ticketNumber>\d+)'
44
# Matches GitHub's closes/fixes/resolves #{number}, but does not match our example `Closes #12345` in PULL_REQUEST_TEMPLATE
45
- bodyRegex: '(?<action>fixes|closes|resolves)\s+(?:https?:\/\/github\.com\/JabRef\/jabref\/issues\/)?#?(?<ticketNumber>(?!12345\b)\d+)'
+ bodyRegex: '(?<action>fixes|closes|resolves|refs)\s+(?:https?:\/\/github\.com\/JabRef\/jabref\/issues\/)?#?(?<ticketNumber>(?!12345\b)\d+)'
46
bodyRegexFlags: 'i'
47
outputOnly: true
48
- run: echo "${{ steps.get_issue_number.outputs.ticketNumber }}"
0 commit comments