Remove mcnotify integration

It doesn't currently work anyway I believe.
This commit is contained in:
matham 2020-09-29 16:52:23 -04:00 committed by GitHub
parent 69b98d874c
commit 032d0e9801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

13
.github/mcnotify.yml vendored
View File

@ -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}.