Skip to content

Commit

Permalink
.github: add issue label notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed May 21, 2021
1 parent 0d05bb9 commit c00f9bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/issue_notifier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Notify users based on issue labels

on:
issues:
types: [labeled]

jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: jenschelkopf/[email protected]
with:
recipients: |
CAN=@bugobliterator
AP_Periph=@bugobliterator
ChibiOS=@bugobliterator
Compass=@bugobliterator
bootloader=@bugobliterator

0 comments on commit c00f9bf

Please sign in to comment.