From 8a923f296014ae644267002962a838fdaaf42bce Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 24 Oct 2022 10:51:35 -0700 Subject: [PATCH] Delete bcnotify.yaml --- .github/workflows/bcnotify.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/bcnotify.yaml diff --git a/.github/workflows/bcnotify.yaml b/.github/workflows/bcnotify.yaml deleted file mode 100644 index 468ec739f688f..0000000000000 --- a/.github/workflows/bcnotify.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: "bc-notification" -on: - issues: - types: [edited, labeled] - -jobs: - test: - runs-on: ubuntu-latest - if: github.event.label.name == 'breaking-change' - steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: timheuer/issue-notifier@e49f1d2faf914fe5c7c028162adff3050234c70b - env: - SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }} - with: - fromMailAddress: "${{ secrets.BC_NOTIFY }}" - toMailAddress: "${{ secrets.BC_NOTIFY }}" - subject: "BC:" - subjectPrefix: "BC:" - labelsToMonitor: "breaking-change"