Notify based on Labelling issues and PR (#6241)

This commit is contained in:
Derek Bailey 2020-11-05 13:40:01 -08:00 committed by GitHub
parent 07d7cd78a7
commit bc56c553ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/label_notify.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Notify users based on issue labels
on:
issues:
types: [labeled]
pull_requests:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: jenschelkopf/issue-label-notification-action@1.3
with:
recipients: |
lua=@dbaileychess
c++=@aardappel