diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-12 13:13:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 13:13:48 +0100 |
| commit | 9d1657b715d8377b4b914b544ce05e375ce351d9 (patch) | |
| tree | d856751bbe306b4af8733a51955e7bbe9779ae81 | |
| parent | a360670bce2e8996ea8e4da5176e695c51cbf01f (diff) | |
| parent | 01f2d70eb67f4fa123f23f07dfa7cb1e2af86153 (diff) | |
| download | vyos-1x-9d1657b715d8377b4b914b544ce05e375ce351d9.tar.gz vyos-1x-9d1657b715d8377b4b914b544ce05e375ce351d9.zip | |
Merge pull request #5176 from vyos/mergify/configuration-deprecated-update
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 |
