From a84b1c3f007e93f63da115b0049f0da35b601e3f Mon Sep 17 00:00:00 2001 From: Kaitlin Abbitt <2072208+katypies@users.noreply.github.com> Date: Thu, 22 May 2025 13:30:02 -0600 Subject: [PATCH] Delete .github/workflows/issue-label-notifier.yaml (#3792) Resolves #2723 by removing the action altogether --- .github/workflows/issue-label-notifier.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/issue-label-notifier.yaml diff --git a/.github/workflows/issue-label-notifier.yaml b/.github/workflows/issue-label-notifier.yaml deleted file mode 100644 index 1f2a401bd..000000000 --- a/.github/workflows/issue-label-notifier.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Notify users based on issue labels - -on: - issues: - types: [labeled] - pull_request: - types: [labeled] - -jobs: - notify: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - uses: jenschelkopf/issue-label-notification-action@1.3 - with: - recipients: | - design-review=@Katherine-Osos - message: 'cc/ {recipients} — adding you to this **{label}** issue!' - \ No newline at end of file