diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-14 15:34:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-14 15:34:13 +0100 |
| commit | 2baeab7595ec0d2971dc3557fd3e7ffcf9cb4a32 (patch) | |
| tree | 572690f58ccc1dba61696b1f4cfbe1a2676ab210 /.github | |
| parent | e7b5bc9d6194b203a2fbb03dad8b1e968e364132 (diff) | |
| parent | c57e68289fbdc1c2559b2e176fc43e070b2c2016 (diff) | |
| download | vyos-build-2baeab7595ec0d2971dc3557fd3e7ffcf9cb4a32.tar.gz vyos-build-2baeab7595ec0d2971dc3557fd3e7ffcf9cb4a32.zip | |
Merge branch 'current' into T8852-mergify-extends
Diffstat (limited to '.github')
| -rw-r--r-- | .github/mergify.yml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml index bde1b976..752b88fe 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -17,4 +17,19 @@ # and the Confluence spec at # https://vyos.atlassian.net/wiki/spaces/VYOS/pages/849477640. -extends: mergify +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 +merge_protections_settings: + reporting_method: check-runs |
