Skip to content

Commit

Permalink
.github/workflows: remove event user, which is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Sep 30, 2022
1 parent b912eaf commit aef9f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-merge-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
dirtyLabel: "merge-conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "Hey ${{ github.event.pull_request.user.login }} This pull request has conflicts, please resolve the merge conflicts with the base branch before we can continue reviewing. Thanks!"
commentOnDirty: "Hey This pull request has conflicts, please resolve the merge conflicts with the base branch before we can continue reviewing. Thanks!"

0 comments on commit aef9f5d

Please sign in to comment.