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 87fadb3 commit 493e75aCopy full SHA for 493e75a
.github/workflows/issue-release-workflow.yml
@@ -65,5 +65,5 @@ jobs:
65
release-workflow \
66
--branch-repo-token ${{ secrets.RELEASE_WORKFLOW_PUSH_SECRET }} \
67
--issue-number ${{ github.event.issue.number }} \
68
- --requested-by ${{ github.event.issue.user.login }} \
+ --requested-by ${{ (github.event.action == 'opened' && github.event.issue.body.user.login) || github.event.comment.user.login }} \
69
auto
0 commit comments