From f6337de9e646a0153c3db63c69e596f599933ef7 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Fri, 15 May 2026 10:17:15 +0300 Subject: T8782: Use generic owner/repo example to avoid cross-org confusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CodeRabbit on the mirror PR (VyOS-Networks/mergify) flagged that the literal `vyos/vyos-1x#5191` example contradicts the documented same- organization constraint when read in the VyOS-Networks context. Swap both central configs to a generic `owner/repo#42` placeholder so the block reads identically in either org and the example never contradicts the constraint. 🤖 Generated by [robots](https://vyos.io) --- .mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index f593c58..e8348e3 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -223,9 +223,9 @@ commands_restrictions: # # Syntax (any of the following, repeated as needed in the PR body): # -# Depends-On: #42 # same-repo -# Depends-On: vyos/vyos-1x#5191 # cross-repo -# Depends-On: https://github.com/vyos/vyos-1x/pull/5191 # full URL +# Depends-On: #42 # same-repo +# Depends-On: owner/repo#42 # qualified, same org +# Depends-On: https://github.com/owner/repo/pull/42 # full URL # # Constraints (from Mergify built-in-protections docs): # - The referenced PR must live in a repository where Mergify is -- cgit v1.2.3