summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:57:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:57:12 +0900
commitf07db0495e95f7f1f4e090d1f77636b702926607 (patch)
treec916ffc801a50a5d2126c313ea588118d64f87d3
parent48eec6db9c316257527f364c0de0fa538663a0ff (diff)
downloadbundler-f07db0495e95f7f1f4e090d1f77636b702926607.tar.gz
Fixup 48eec6db9c316257527f364c0de0fa538663a0ff
-rw-r--r--.github/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/config.yml b/.github/config.yml
index 8557d7477b..31ae06970f 100644
--- a/.github/config.yml
+++ b/.github/config.yml
@@ -1,7 +1,7 @@
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.
+ We use GitHub Actions to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of GitHub Actions 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](https://slack.bundler.io/).