From: Paul Donald Date: Thu, 8 Feb 2024 13:30:53 +0000 (+0100) Subject: house-keeping: workflow improvements X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e557e1782931246dc345e29cbd9c56e49f5c612d;p=openwrt-luci.git house-keeping: workflow improvements pass tests when Weblate PR only adds an i18n --- diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 3bd8d37f23..7ad34ca2d2 100644 --- a/.github/workflows/formal.yml +++ b/.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 ': ' ($subject)" RET=1