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
This commit is contained in:
Michal Nowak 2026-05-24 19:16:17 +00:00
parent 6accf5d726
commit c05a700303

View 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