build: add issue label notification machinery

This commit is contained in:
Nick Craig-Wood 2024-05-10 16:15:28 +01:00
parent aa2746d0de
commit 41d5d8b88a

14
.github/workflows/notify.yml vendored Normal file
View 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