Notify based on Labelling issues and PR (#6241)
This commit is contained in:
parent
07d7cd78a7
commit
bc56c553ec
|
@ -0,0 +1,17 @@
|
|||
name: Notify users based on issue labels
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
pull_requests:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jenschelkopf/issue-label-notification-action@1.3
|
||||
with:
|
||||
recipients: |
|
||||
lua=@dbaileychess
|
||||
c++=@aardappel
|
Loading…
Reference in New Issue