From: Michal Nowak Date: Sun, 24 May 2026 19:16:17 +0000 (+0000) Subject: Add missing autorebase rule to meson-format CI job X-Git-Tag: v9.21.23~37^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c05a7003034637d2717355da76cee1dafbc7cbb1;p=thirdparty%2Fbind9.git Add missing autorebase rule to meson-format CI job The clang-format and coccinelle jobs both include *rule_branch_after_autorebase in their rules, but meson-format did not. This meant meson-format would not run after autorebase operations push new commits. Assisted-by: Claude:claude-opus-4-7 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a11d127d1f..17b4dcdc34f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -757,6 +757,7 @@ meson-format: - *rule_mr_manual - *rule_tag - *rule_source_other_than_mr + - *rule_branch_after_autorebase script: - git ls-files "*meson.build" | xargs muon-meson fmt -i - git diff > meson-format.patch