diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-25 21:34:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-25 21:34:22 +0300 |
| commit | 63f04bce46081876279aa874a96fe6136db7c2b5 (patch) | |
| tree | 2856051d8c7e2c88664ea6a24f8e2a36a5966fe9 | |
| parent | e03c93b102a3f8084a42bd63803342a3192995c7 (diff) | |
| parent | 2cfdee0616fe5043cdc3ad3042ff53b7ad048700 (diff) | |
| download | mergify-63f04bce46081876279aa874a96fe6136db7c2b5.tar.gz mergify-63f04bce46081876279aa874a96fe6136db7c2b5.zip | |
Merge pull request #9 from vyos/mergify/configuration-deprecated-update
ci(mergify): upgrade configuration to current format
| -rw-r--r-- | .mergify.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.mergify.yml b/.mergify.yml index e8348e3..55eff24 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -199,9 +199,9 @@ commands_restrictions: backport: &allowed conditions: - or: - - sender=@vyos/maintainers - - sender=@VyOS-Networks/maintainers - - sender=vyosbot + - sender=@vyos/maintainers + - sender=@VyOS-Networks/maintainers + - sender=vyosbot copy: *allowed dequeue: *allowed queue: *allowed @@ -288,3 +288,5 @@ merge_protections: - label = backport-conflict success_conditions: - label != backport-conflict +merge_protections_settings: + reporting_method: check-runs |
