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:
-rw-r--r--src/main/scala/com/getbootstrap/rorschach/auditing/TitleAuditor.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/com/getbootstrap/rorschach/auditing/TitleAuditor.scala b/src/main/scala/com/getbootstrap/rorschach/auditing/TitleAuditor.scala
index 2163b45..81b5f8c 100644
--- a/src/main/scala/com/getbootstrap/rorschach/auditing/TitleAuditor.scala
+++ b/src/main/scala/com/getbootstrap/rorschach/auditing/TitleAuditor.scala
@@ -12,7 +12,7 @@ object TitleAuditor {
def audit(title: String): Seq[String] = {
if (
- title == "Merge pull request #1 from twbs/master"
+ title.startsWith("Merge pull request #1 from ")
|| title.startsWith("Create ")
|| title.trim.asciiLowerCased == "master"
) {