We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f90bc commit ac0e252Copy full SHA for ac0e252
.github/workflows/maintainer_merge.yml
@@ -19,7 +19,7 @@ jobs:
19
# both set simultaneously: depending on the event that triggers the PR, usually only one is set
20
env:
21
AUTHOR: ${{ github.event.comment.user.login }}${{ github.event.review.user.login }}
22
- PR_AUTHOR: ${{ github.event.issue.user.login }}
+ PR_AUTHOR: ${{ github.event.issue.user.login }}${{ github.event.pull_request.user.login }}
23
PR_NUMBER: ${{ github.event.issue.number }}${{ github.event.pull_request.number }}
24
COMMENT_EVENT: ${{ github.event.comment.body }}
25
COMMENT_REVIEW: ${{ github.event.review.body }}
0 commit comments