From c220318ae409b371a7439e793e2d00e54626c58b Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 30 May 2026 11:27:41 +0300 Subject: T8852: migrate .github/mergify.yml to extends: mergify (#97) --- .github/mergify.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '.github') diff --git a/.github/mergify.yml b/.github/mergify.yml index 8343eee8..318aee7f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,3 +1,22 @@ +# yaml-language-server: $schema=https://docs.mergify.com/mergify-configuration-schema.json +# Mergify configuration for vyos/vyos-cloud-init. +# +# Inherits the central baseline from vyos/mergify:.mergify.yml. The central +# baseline provides: +# - `defaults.actions.backport.ignore_conflicts: false` +# - `pull_request_rules` → label conflicting PRs with `conflicts`; +# T-ID format checks on PR title and commit messages. +# - `commands_restrictions` → restrict @Mergifyio slash commands to the +# org Maintainers team + vyosbot. Resolves correctly on both sides of +# the cross-org mirror: vyos/mergify uses @vyos/maintainers, +# VyOS-Networks/mergify uses @VyOS-Networks/maintainers. +# +# Replaces the inline T8531 predecessor config. Rollout context: +# T8782 (Mergify central-config rollout), T8852 (fleet migration to +# `extends:`). See https://vyos.dev/T8782, https://vyos.dev/T8852, +# and the Confluence spec at +# https://vyos.atlassian.net/wiki/spaces/VYOS/pages/849477640. + extends: mergify merge_protections_settings: reporting_method: check-runs -- cgit v1.2.3