Update notification workflow
This commit is contained in:
parent
d9589daf46
commit
ab0cbb5a04
|
@ -7,8 +7,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
notify:
|
notify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- uses: jenschelkopf/issue-label-notification-action@1.3
|
- uses: tekktrik/issue-labeled-ping@v1
|
||||||
with:
|
with:
|
||||||
recipients: |
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ulab=@v923z
|
user: v923z
|
||||||
|
label: ulab
|
||||||
|
message: Heads up {user} - the "{label}" label was applied to this issue.
|
||||||
|
|
Loading…
Reference in New Issue