Skip to content

Commit

Permalink
added user login to message
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Sep 15, 2023
1 parent 6403574 commit 209e4bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/label-conflict.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Label Conflicts
name: Auto Comment Conflicts
on:
pull_request:
branches:
Expand All @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

jobs:
auto-label-conflict:
auto-comment-conflict:
if: github.event.label.name == 'stale'
runs-on: ubuntu-latest
permissions:
Expand All @@ -23,7 +23,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
:wave: Hi,
:wave: Hi, @${{ github.event.pull_request.user.login }}!
We detected conflicts in your PR against the base branch :speak_no_evil:
You may want to sync :arrows_counterclockwise: your branch with upstream!
Expand Down

0 comments on commit 209e4bb

Please sign in to comment.