Skip to content

Is issue.user.login the actual issue creator? #26029

Answered by weide-zhou
Andre601 asked this question in Actions
Discussion options

You must be logged in to vote

Hi @Andre601,

Yes, you can get the creater from the user object in webhook payload, it’s not changed.

Your link points to pull request payload, the creater is ${{ github.event.pull_request.user.login }}.

For common issue, the creater is ${{ github.event.issue.user.login }}.

Thanks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants