ardupilot/.github/workflows/issue_notifier.yml
Siddharth Bharat Purohit e5a33e8efc .github: change to using pull_request_target
This ensures that correct credentials are passed down to allow comments on the PRs.
2021-05-26 21:37:59 +10:00

21 lines
504 B
YAML

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