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 6403574 commit 209e4bbCopy full SHA for 209e4bb
.github/workflows/label-conflict.yml
@@ -1,4 +1,4 @@
1
-name: Auto Label Conflicts
+name: Auto Comment Conflicts
2
on:
3
pull_request:
4
branches:
@@ -12,7 +12,7 @@ concurrency:
12
cancel-in-progress: true
13
14
jobs:
15
- auto-label-conflict:
+ auto-comment-conflict:
16
if: github.event.label.name == 'stale'
17
runs-on: ubuntu-latest
18
permissions:
@@ -23,7 +23,7 @@ jobs:
23
with:
24
issue-number: ${{ github.event.pull_request.number }}
25
body: |
26
- :wave: Hi,
+ :wave: Hi, @${{ github.event.pull_request.user.login }}!
27
28
We detected conflicts in your PR against the base branch :speak_no_evil:
29
You may want to sync :arrows_counterclockwise: your branch with upstream!
0 commit comments