Enable McNotify

This commit is contained in:
Armin Sebastian 2018-01-05 01:37:34 +02:00 committed by GitHub
parent 59888a2a1c
commit a76a4e74d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/mcnotify.yml vendored Normal file
View File

@ -0,0 +1,13 @@
# Configuration for McNotify - https://github.com/dessant/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}.