Browse Source

house-keeping: workflow improvements

pass tests when Weblate PR only adds an i18n
Paul Donald 2 months ago
parent
commit
e557e17829
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/formal.yml

+ 2 - 0
.github/workflows/formal.yml

@@ -61,6 +61,8 @@ jobs:
               success "Commit subject line seems ok ($subject)"
             elif echo "$subject" | grep -iq '^Translated using Weblate.*'; then
               success "Weblate commit subject line exception OK: $subject"
+            elif echo "$subject" | grep -iq '^Added translation using Weblate.*'; then
+              success "Weblate commit subject line exception OK: $subject"
             else
               err "Commit subject line MUST start with '<package name>: ' ($subject)"
               RET=1