From 41d5d8b88adad58fadac2ff57332b429417d7b5a Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 10 May 2024 16:15:28 +0100 Subject: [PATCH] build: add issue label notification machinery --- .github/workflows/notify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/notify.yml diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml new file mode 100644 index 000000000..2aa623d13 --- /dev/null +++ b/.github/workflows/notify.yml @@ -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