Skip to content

Commit 209e4bb

Browse files
committed
added user login to message
1 parent 6403574 commit 209e4bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/label-conflict.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto Label Conflicts
1+
name: Auto Comment Conflicts
22
on:
33
pull_request:
44
branches:
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
auto-label-conflict:
15+
auto-comment-conflict:
1616
if: github.event.label.name == 'stale'
1717
runs-on: ubuntu-latest
1818
permissions:
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
issue-number: ${{ github.event.pull_request.number }}
2525
body: |
26-
:wave: Hi,
26+
:wave: Hi, @${{ github.event.pull_request.user.login }}!
2727
2828
We detected conflicts in your PR against the base branch :speak_no_evil:
2929
You may want to sync :arrows_counterclockwise: your branch with upstream!

0 commit comments

Comments
 (0)