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 759bf21 commit e303d96Copy full SHA for e303d96
.github/workflows/on-pr-closed.yml
@@ -45,6 +45,7 @@ jobs:
45
bodyRegexFlags: 'i'
46
bodyURLRegex: 'http(s?):\/\/(github.com)(\/JabRef)(\/jabref)(\/issues)\/(?<ticketNumber>\d+)'
47
outputOnly: true
48
+ - run: echo "${{ steps.get_issue_number.outputs.issue_number }}"
49
unassign_issue:
50
name: Mark issue as available
51
runs-on: ubuntu-latest
.github/workflows/on-pr-opened-updated.yml
@@ -46,6 +46,7 @@ jobs:
- name: Fail on no ticket number found
if: steps.get_issue_number.outputs.issue_number == '-1'
52
run: |
0 commit comments