Siddharth Purohit
4 years ago
committed by
Andrew Tridgell
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
name: Notify users based on issue labels |
||||
|
||||
on: |
||||
issues: |
||||
types: [labeled] |
||||
pull_request: |
||||
types: [labeled] |
||||
|
||||
jobs: |
||||
notify: |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- uses: bugobliterator/issue-label-notification-action@master |
||||
with: |
||||
recipients: | |
||||
CAN=@bugobliterator |
||||
AP_Periph=@bugobliterator |
||||
ChibiOS=@bugobliterator |
||||
Compass=@bugobliterator |
||||
bootloader=@bugobliterator |
Loading…
Reference in new issue