diff --git a/.github/workflows/label_notify.yml b/.github/workflows/label_notify.yml deleted file mode 100644 index 21cad08a9..000000000 --- a/.github/workflows/label_notify.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Notify users based on issue labels - -on: - issues: - types: [labeled] - pull_requests: - types: [labeled] - -jobs: - notify: - runs-on: ubuntu-latest - steps: - - uses: jenschelkopf/issue-label-notification-action@1.3 - with: - recipients: | - lua=@dbaileychess - c++=@aardappel \ No newline at end of file