forked from TrueCloudLab/rclone
build: add issue label notification machinery
This commit is contained in:
parent
aa2746d0de
commit
41d5d8b88a
1 changed files with 14 additions and 0 deletions
14
.github/workflows/notify.yml
vendored
Normal file
14
.github/workflows/notify.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
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: |
|
||||
Support Contract=@rclone/support
|
Loading…
Reference in a new issue