diff options
| -rw-r--r-- | .github/mergify.yml | 9 | ||||
| -rw-r--r-- | .mergify.yml | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 0000000..6faffd8 --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://docs.mergify.com/configuration/file-format/ +# Mergify configuration for vyos/mirror-canary (Rollout 1a canary). +# Inherits the central baseline from vyos/mergify:.mergify.yml via extends:. +# Matches the production-consumer convention at .github/mergify.yml (the root +# .mergify.yml path is documented but not picked up by Mergify on this org's +# repos — empirically verified during 1a expansion). +extends: mergify +merge_protections_settings: + reporting_method: check-runs diff --git a/.mergify.yml b/.mergify.yml deleted file mode 100644 index dc315de..0000000 --- a/.mergify.yml +++ /dev/null @@ -1,4 +0,0 @@ -# .mergify.yml — Rollout 1a canary -# Inherits the org-level central Mergify configuration via extends:. -# Same shape as production consumer repos in the vyos org. -extends: mergify |
