From 364463bef9a8b5dfc5d04b88326ded81f6fe8a2f Mon Sep 17 00:00:00 2001 From: Jeffrey Hogan Date: Mon, 8 Jul 2019 09:23:50 -0500 Subject: [PATCH 1/2] Add config for updatedocs app --- .github/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 000000000..b6058da4c --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,9 @@ +# Configuration for update-docs - https://github.com/behaviorbot/update-docs + +# Comment to be posted to on PRs that don't update documentation +updateDocsComment: > + Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes. + +updateDocsWhiteList: + - bug + - misc From faddd8ea09464b61a89982ab32739da23211b065 Mon Sep 17 00:00:00 2001 From: Jeffrey Hogan Date: Mon, 8 Jul 2019 09:29:28 -0500 Subject: [PATCH 2/2] Add link to docs about docs as well --- .github/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index b6058da4c..be3fb1b45 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -2,7 +2,10 @@ # Comment to be posted to on PRs that don't update documentation updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes. + Thanks for opening this pull request! + The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes. + + See: https://github.com/hvac/hvac/blob/develop/CONTRIBUTING.md#documentation updateDocsWhiteList: - bug