]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing autorebase rule to meson-format CI job 12093/head
authorMichal Nowak <mnowak@isc.org>
Sun, 24 May 2026 19:16:17 +0000 (19:16 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 14:31:32 +0000 (14:31 +0000)
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

index 9a11d127d1f2ce261345427dc1c55fa0feb35241..17b4dcdc34f6e0e4ead775c79b2e67da7c69bd5d 100644 (file)
@@ -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