summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorPaul Donald <newtwen@gmail.com>2024-02-08 14:30:53 +0100
committerPaul Donald <newtwen@gmail.com>2024-02-08 14:30:53 +0100
commite557e1782931246dc345e29cbd9c56e49f5c612d (patch)
tree20e5f91acf33e29555e426fc06fb926d86e5d5b4 /.github/workflows
parent7b1aad48852b3759294fbef7823dc6f58da3bfd3 (diff)
house-keeping: workflow improvements
pass tests when Weblate PR only adds an i18n
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/formal.yml2
1 files changed, 2 insertions, 0 deletions
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 '<package name>: ' ($subject)"
RET=1