From eda2870bb10713db2f6182d13a6769d6c813d8c1 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 8 Dec 2017 07:50:40 -0700 Subject: [PATCH] chore: Update Probot config to support @hakusaro's update docs --- .github/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..c39fdab9 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,10 @@ +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: + +updateDocsWhiteList: + - bug + - chore + +updateDocsTargetFiles: + - README + - CHANGELOG.md \ No newline at end of file