[mutter] ci: Phrase error in a way that gives a hint on how to fix problem



commit b6170dbe7bff9d59f5f02d70eda469a03e437166
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 21 13:06:25 2019 +0200

    ci: Phrase error in a way that gives a hint on how to fix problem
    
    The passive phrasing makes it sound like there's something inherently
    broken with the commit, rather than simply being missing an annotation
    that the author can add.
    
    Closes: #1809

 .gitlab-ci/check-commit-log.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/check-commit-log.sh b/.gitlab-ci/check-commit-log.sh
index ae696eb8b..c331a0273 100755
--- a/.gitlab-ci/check-commit-log.sh
+++ b/.gitlab-ci/check-commit-log.sh
@@ -44,7 +44,7 @@ for commit in $commits; do
   commit_short=$(echo $commit | cut -c -8)
 
   if ! commit_message_has_url $commit; then
-    echo "Missing merge request or issue URL on commit $commit_short"
+    echo "Commit $commit_short needs a merge request or issue URL"
     exit 1
   fi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]