mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
6accf5d726
commit
c05a700303
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue