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

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-07-28 10:21:43 +0300
committerChris Rebert <code@rebertia.com>2015-07-28 10:21:43 +0300
commit442b73738c9f739a6158a517325ad2441b93acb5 (patch)
tree72e42ef5fde01b3e4eb9489725abf50b27a7df6c
parent5a7144df90bf59c9ad8dedfd78c83c072f273322 (diff)
Add automation notice to the comment template
-rw-r--r--src/main/scala/com/getbootstrap/no_carrier/Main.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/scala/com/getbootstrap/no_carrier/Main.scala b/src/main/scala/com/getbootstrap/no_carrier/Main.scala
index 59b6288..0e64e80 100644
--- a/src/main/scala/com/getbootstrap/no_carrier/Main.scala
+++ b/src/main/scala/com/getbootstrap/no_carrier/Main.scala
@@ -78,7 +78,9 @@ object Main extends App with StrictLogging {
|
|Don't worry though; if this is in error, let us know with a comment and we'll be happy to reopen the issue.
|
- |Thanks!""".stripMargin
+ |Thanks!
+ |
+ |(*Please note that this is an [automated](https://github.com/twbs/no-carrier) comment.*)""".stripMargin
val attempt = Try{ issue.comments.post(explanatoryComment) }.flatMap{ comment => {
logger.info(s"Posted comment #${comment.number}")