Closed
Description
Request: #82430 (comment)
Misattributed to me: #82572
Current workflow:
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.