mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
build: add issue label notification machinery
This commit is contained in:
parent
aa2746d0de
commit
41d5d8b88a
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 New Issue
Block a user