diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-05-13 19:03:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-13 19:03:00 +0300 |
| commit | f67f546520b4514b3bd9485ae48a70f88cb413f1 (patch) | |
| tree | 6f841c61d354494b14edc024b21a330a0572d431 | |
| parent | 3531b7771f0aab0847cc09be35fbb1621bc2a0e5 (diff) | |
| download | vyos-build-f67f546520b4514b3bd9485ae48a70f88cb413f1.tar.gz vyos-build-f67f546520b4514b3bd9485ae48a70f88cb413f1.zip | |
ci(mergify): upgrade configuration to current format (#1182)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -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 b2cf6ace..9f5e1fdd 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 |
