diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/mergify.yml | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml index b2cf6ace..8343eee8 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,25 +1,3 @@ -pull_request_rules: - - name: Label conflicting pull requests - description: Add a label to a pull request with conflict to spot it easily - conditions: - - conflict - - '-closed' - actions: - label: - toggle: - - conflicts - -commands_restrictions: - backport: &allowed - conditions: - - or: - - sender=@vyos/maintainers - - sender=vyosbot - copy: *allowed - dequeue: *allowed - queue: *allowed - rebase: *allowed - refresh: *allowed - requeue: *allowed - squash: *allowed - update: *allowed +extends: mergify +merge_protections_settings: + reporting_method: check-runs |
