diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-05-07 09:34:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 09:34:35 +0000 |
| commit | 01f2d70eb67f4fa123f23f07dfa7cb1e2af86153 (patch) | |
| tree | ec0da3f3aaa00d76e2b7828276d8696fd4cc7c4f | |
| parent | bdd0ed181e7b6515398462abc07390dabb50b68e (diff) | |
| download | vyos-1x-01f2d70eb67f4fa123f23f07dfa7cb1e2af86153.tar.gz vyos-1x-01f2d70eb67f4fa123f23f07dfa7cb1e2af86153.zip | |
ci(mergify): upgrade configuration to current format
| -rw-r--r-- | .github/mergify.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml index b2cf6ace5..9f5e1fdd5 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -13,8 +13,8 @@ commands_restrictions: backport: &allowed conditions: - or: - - sender=@vyos/maintainers - - sender=vyosbot + - sender=@vyos/maintainers + - sender=vyosbot copy: *allowed dequeue: *allowed queue: *allowed @@ -23,3 +23,5 @@ commands_restrictions: requeue: *allowed squash: *allowed update: *allowed +merge_protections_settings: + reporting_method: check-runs |
