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 9143bea commit fc7000aCopy full SHA for fc7000a
.github/workflows/on-pr-opened-updated.yml
@@ -94,6 +94,8 @@ jobs:
94
run: |
95
set -e
96
97
+ echo "Updating issue '${{ needs.determine_issue_number.outputs.issue_number }}'"
98
+
99
# "gh issue edit" cannot be used - workaround found at https://github.com/cli/cli/issues/9620#issuecomment-2703135049
100
101
ASSIGNEES=$(gh api /repos/JabRef/jabref/issues/${{ needs.determine_issue_number.outputs.issue_number }} --jq '[.assignees[].login]')
0 commit comments