Create notify.yml
This commit is contained in:
parent
5ea4082a18
commit
d692afea85
14
.github/workflows/notify.yml
vendored
Normal file
14
.github/workflows/notify.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Notify users based on issue labels
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jenschelkopf/issue-label-notification-action@1.3
|
||||
with:
|
||||
recipients: |
|
||||
ulab=@v923z
|
Loading…
x
Reference in New Issue
Block a user