diff options
| -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 |
