diff --git a/.github/workflows/issue_notifier.yml b/.github/workflows/issue_notifier.yml new file mode 100644 index 0000000000000..50001f9988705 --- /dev/null +++ b/.github/workflows/issue_notifier.yml @@ -0,0 +1,18 @@ +name: Notify users based on issue labels + +on: + issues: + types: [labeled] + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - uses: jenschelkopf/issue-label-notification-action@1.3 + with: + recipients: | + CAN=@bugobliterator + AP_Periph=@bugobliterator + ChibiOS=@bugobliterator + Compass=@bugobliterator + bootloader=@bugobliterator