You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
497 B
21 lines
497 B
4 years ago
|
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
|