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