diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-25 22:23:24 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-25 22:23:24 +0300 |
| commit | fee70cbbe4c6d10b485e087c887f6e4e2c7939cd (patch) | |
| tree | bdaf678fe68e79e0df7d6daa8fd865cb4b14015c | |
| parent | 894e50455fa5f894116345c4016ad308252eec89 (diff) | |
| download | vyos-cloud-init-fee70cbbe4c6d10b485e087c887f6e4e2c7939cd.tar.gz vyos-cloud-init-fee70cbbe4c6d10b485e087c887f6e4e2c7939cd.zip | |
T8792: replace inline Mergify config with extends: mergify central baseline
| -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 |
