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 7cdba9e commit 759bf21Copy full SHA for 759bf21
.github/workflows/on-pr-opened-updated.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: koppor/ticket-check-action@add-output
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
- ticketLink: 'https://github.com/:owner/:repo/issues/%ticketNumber%'
+ ticketLink: 'https://github.com/JabRef/jabref/issues/%ticketNumber%'
41
ticketPrefix: '#'
42
titleRegex: '^#(?<ticketNumber>\d+)'
43
branchRegex: '^(?<ticketNumber>\d+)'
0 commit comments