Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/com/getbootstrap/rorschach/github/GitHubPullRequestCommenter.scala')
-rw-r--r--src/main/scala/com/getbootstrap/rorschach/github/GitHubPullRequestCommenter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/com/getbootstrap/rorschach/github/GitHubPullRequestCommenter.scala b/src/main/scala/com/getbootstrap/rorschach/github/GitHubPullRequestCommenter.scala
index 855d0e0..6ea49f0 100644
--- a/src/main/scala/com/getbootstrap/rorschach/github/GitHubPullRequestCommenter.scala
+++ b/src/main/scala/com/getbootstrap/rorschach/github/GitHubPullRequestCommenter.scala
@@ -44,7 +44,7 @@ class GitHubPullRequestCommenter extends GitHubActorWithLogging {
|You'll need to **fix these mistakes** and revise your pull request before we can proceed further.
|Thanks!
|
- |(*Please note that this is a [fully automated](https://github.com/cvrebert/rorschach) comment.*)
+ |(*Please note that this is a [fully automated](https://github.com/twbs/rorschach) comment.*)
""".stripMargin
tryToCommentOn(repo, prNum, commentMarkdown) match {