From: Derek Bailey Date: Tue, 5 Jan 2021 18:06:33 +0000 (-0800) Subject: Delete label_notify.yml X-Git-Tag: v2.0.0~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0800976533ac2b54790635a5eef8b5d9dbc5e8eb;p=platform%2Fupstream%2Fflatbuffers.git Delete label_notify.yml Removing this workflow as it isn't used. --- diff --git a/.github/workflows/label_notify.yml b/.github/workflows/label_notify.yml deleted file mode 100644 index 21cad08..0000000 --- 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