diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-15 10:17:15 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-15 10:17:15 +0300 |
| commit | f6337de9e646a0153c3db63c69e596f599933ef7 (patch) | |
| tree | f818a84a0792843f2fac5093275e0b841b8ee9bb | |
| parent | b1737bd957a57258e0952ff157c92c0ed87157fb (diff) | |
| download | mergify-f6337de9e646a0153c3db63c69e596f599933ef7.tar.gz mergify-f6337de9e646a0153c3db63c69e596f599933ef7.zip | |
T8782: Use generic owner/repo example to avoid cross-org confusion
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)
| -rw-r--r-- | .mergify.yml | 6 |
1 files 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 |
