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.
20 lines
504 B
20 lines
504 B
name: Notify users based on issue labels |
|
|
|
on: |
|
issues: |
|
types: [labeled] |
|
pull_request_target: |
|
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
|
|
|