From 7181757dd3014f0f07bdfbcba1b8b1eabbb4275f Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 10 Dec 2017 12:26:54 -0700 Subject: [PATCH] Changelog bot message is more prodding If people keep ignoring the bot, I'm going to make it block merging too. --- .github/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index c39fdab9..34b33fce 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -1,5 +1,5 @@ updateDocsComment: > - Thanks for the pull request! TShock's maintainers would like you to go ahead and give yourself credit by updating the `CHANGELOG.md` file before this gets merged. This helps us document changes to TShock, as well as give you credit for your work. You deserve it! :sparkles: + Thanks for the pull request! TShock's maintainers would like you to go ahead and give yourself credit by updating the `CHANGELOG.md` as soon as you can. Your pull request will likely not be accepted without this. This both helps us document changes to TShock, as well as give you credit for your work. You deserve it, so go take credit! :sparkles: updateDocsWhiteList: - bug @@ -7,4 +7,4 @@ updateDocsWhiteList: updateDocsTargetFiles: - README - - CHANGELOG.md \ No newline at end of file + - CHANGELOG.md