Delete label_notify.yml
authorDerek Bailey <derekbailey@google.com>
Tue, 5 Jan 2021 18:06:33 +0000 (10:06 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 18:06:33 +0000 (10:06 -0800)
Removing this workflow as it isn't used.

.github/workflows/label_notify.yml [deleted file]

diff --git a/.github/workflows/label_notify.yml b/.github/workflows/label_notify.yml
deleted file mode 100644 (file)
index 21cad08..0000000
+++ /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