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