added user login to message

This commit is contained in:
Denny Septian Panggabean 2023-09-15 10:53:28 +07:00
parent 6403574209
commit 209e4bbc22
No known key found for this signature in database
GPG Key ID: 73E560439FD2054F

View File

@ -1,4 +1,4 @@
name: Auto Label Conflicts
name: Auto Comment Conflicts
on:
pull_request:
branches:
@ -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:
@ -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!