From 032d0e980108a1c7c958817c6e0e382e4779accc Mon Sep 17 00:00:00 2001 From: matham Date: Tue, 29 Sep 2020 16:52:23 -0400 Subject: [PATCH] Remove mcnotify integration It doesn't currently work anyway I believe. --- .github/mcnotify.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/mcnotify.yml diff --git a/.github/mcnotify.yml b/.github/mcnotify.yml deleted file mode 100644 index cb9b06478..000000000 --- a/.github/mcnotify.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration for McNotify - https://github.com/kivy/mcnotify - -subscriptions: - - events: - # Events which trigger notifications - labeled: api-break - # Issue used for posting notifications - issue: 5560 - # Comment to post on the notification thread. Optional placeholders: {label}, - # {issue-author}, {issue-title} and {issue-url} - comment: > - @{issue-author} proposed the following change: "{issue-title}". - Please follow the changes or comment at {issue-url}.