From fee70cbbe4c6d10b485e087c887f6e4e2c7939cd Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 25 May 2026 22:23:24 +0300 Subject: T8792: replace inline Mergify config with extends: mergify central baseline --- .github/mergify.yml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to '.github') diff --git a/.github/mergify.yml b/.github/mergify.yml index b2cf6ace..8343eee8 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,25 +1,3 @@ -pull_request_rules: - - name: Label conflicting pull requests - description: Add a label to a pull request with conflict to spot it easily - conditions: - - conflict - - '-closed' - actions: - label: - toggle: - - conflicts - -commands_restrictions: - backport: &allowed - conditions: - - or: - - sender=@vyos/maintainers - - sender=vyosbot - copy: *allowed - dequeue: *allowed - queue: *allowed - rebase: *allowed - refresh: *allowed - requeue: *allowed - squash: *allowed - update: *allowed +extends: mergify +merge_protections_settings: + reporting_method: check-runs -- cgit v1.2.3