You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing this line with ${{ github.event.comment.user.login }} would attribute the PR to the user that commented /cherry-pick
From looking at the workflow it looks like it supports cherry-pick in newly opened issues too. Replacing the .issue with .comment won't work in that case, so issues/comments need to have different logic to attribute properly in all cases.
The text was updated successfully, but these errors were encountered:
Replacing this line with ${{ github.event.comment.user.login }} would attribute the PR to the user that commented /cherry-pick
From looking at the workflow it looks like it supports cherry-pick in newly opened issues too. Replacing the .issue with .comment won't work in that case, so issues/comments need to have different logic to attribute properly in all cases.
Request: #82430 (comment)
Misattributed to me: #82572
Current workflow:
llvm-project/.github/workflows/issue-release-workflow.yml
Line 68 in 815644b
Replacing this line with
${{ github.event.comment.user.login }}
would attribute the PR to the user that commented/cherry-pick
From looking at the workflow it looks like it supports cherry-pick in newly opened issues too. Replacing the
.issue
with.comment
won't work in that case, so issues/comments need to have different logic to attribute properly in all cases.The text was updated successfully, but these errors were encountered: