Skip to content

Github workflow misattributes /cherry-pick backport request comment #82580

Closed
@patrick-rivos

Description

@patrick-rivos

Request: #82430 (comment)
Misattributed to me: #82572

Current workflow:

--requested-by ${{ github.event.issue.user.login }} \

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions