From c05a7003034637d2717355da76cee1dafbc7cbb1 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Sun, 24 May 2026 19:16:17 +0000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a11d127d1..17b4dcdc34 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