[llvm] [workflows] Mention the correct user who makes a /cherry-pick comment (PR #82680)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 17:49:52 PST 2024
================
@@ -65,5 +65,5 @@ jobs:
release-workflow \
--branch-repo-token ${{ secrets.RELEASE_WORKFLOW_PUSH_SECRET }} \
--issue-number ${{ github.event.issue.number }} \
- --requested-by ${{ github.event.issue.user.login }} \
+ --requested-by ${{ (github.event.action == 'opened' && github.event.issue.body.user.login) || github.event.comment.user.login }} \
----------------
tstellar wrote:
Ok, good catch. I had that fix in another commit that I forgot to push. Should be fixed now.
https://github.com/llvm/llvm-project/pull/82680
More information about the llvm-commits
mailing list