.github: add issue label notifier
This commit is contained in:
parent
fe3c0faf12
commit
65fe6a705e
20
.github/workflows/issue_notifier.yml
vendored
Normal file
20
.github/workflows/issue_notifier.yml
vendored
Normal file
@ -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
Block a user