From afaca5a64319ecea6691a9a3ffd545f2da115231 Mon Sep 17 00:00:00 2001 From: Joel Kwartler Date: Wed, 14 Oct 2020 12:32:19 -0700 Subject: [PATCH] Add label notifier workflow? (#14683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the SHA and taking Tomás's addition of himself in the yml as implicit approval, so merging in! Co-authored-by: Tomás Senart Co-authored-by: Loïc Guychard Co-authored-by: Nick Snyder --- .github/workflows/label-notify.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/label-notify.yml diff --git a/.github/workflows/label-notify.yml b/.github/workflows/label-notify.yml new file mode 100644 index 00000000000..607cfa1e542 --- /dev/null +++ b/.github/workflows/label-notify.yml @@ -0,0 +1,16 @@ +name: "Notify users based on issue labels" + +on: + issues: + types: [labeled] + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - uses: jenschelkopf/issue-label-notification-action@f7d2363e5efa18b8aeea671ca8093e183ae8f218 # 1.3 + with: + recipients: | + team/web=@joelkw + team/cloud=@tsenart + team/search=@lguychard