Merge pull request #5653 from adafruit/tannewt-patch-1
Notify based on issue label
This commit is contained in:
commit
128d181a50
|
@ -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…
Reference in New Issue