summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2018-11-24 12:49:30 +0000
committerBundlerbot <bot@bundler.io>2018-11-24 12:49:30 +0000
commit6426fe56aedb7517f6db72f071d507f86fe2b644 (patch)
treeb5787871c5c6c12f392203227af1e5a9be9f0676
parenta1432af57fc69ff34e502f0ea65378e1d8b4c0ad (diff)
parent2d281b70a121286aae6c1400350279e1eb1d5281 (diff)
downloadbundler-6426fe56aedb7517f6db72f071d507f86fe2b644.tar.gz
Merge #6804
6804: move welcome message to new welcome bot r=colby-swandale a=colby-swandale This PR is moving the functionality of the welcome bot to https://github.com/apps/welcome and will deprecate https://github.com/bundler/bundlerbot. Co-authored-by: Colby Swandale <me@colby.fyi>
-rw-r--r--.github/config.yml9
-rw-r--r--.github/welcome_message.md7
2 files changed, 9 insertions, 7 deletions
diff --git a/.github/config.yml b/.github/config.yml
new file mode 100644
index 0000000000..d5b8037c11
--- /dev/null
+++ b/.github/config.yml
@@ -0,0 +1,9 @@
+newPRWelcomeComment: >
+ Thanks for opening a pull request and helping make Bundler better! Someone from the Bundler team will take a look at your pull request shortly and leave any feedback. Please make sure that your pull request has tests for any changes or added functionality.
+
+ We use Travis CI to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of Travis CI in the PR status window below.
+
+ If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #bundler channel on [Slack](http://slack.bundler.io/).
+
+ For more information about contributing to the Bundler project feel free to review our [CONTRIBUTING](https://github.com/bundler/bundler/blob/master/doc/contributing/README.md) guide
+
diff --git a/.github/welcome_message.md b/.github/welcome_message.md
deleted file mode 100644
index e3b0c98b97..0000000000
--- a/.github/welcome_message.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Thanks for opening a pull request and helping make Bundler better! Someone from the Bundler team will take a look at your pull request shortly and leave any feedback. Please make sure that your pull request has tests for any changes or added functionality.
-
-We use Travis CI to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of Travis CI in the PR status window below.
-
-If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #bundler channel on [Slack](http://slack.bundler.io/).
-
-For more information about contributing to the Bundler project feel free to review our [CONTRIBUTING](https://github.com/bundler/bundler/blob/master/doc/contributing/README.md) guide