From a7258ecdf5c4771e23de80994ae6a2a5681792a1 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 26 Apr 2026 18:51:47 +0300 Subject: T8531: add Mergify config with commands restrictions --- .github/mergify.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/mergify.yml (limited to '.github') diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 00000000..561cb3a5 --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,26 @@ +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 + unqueue: *allowed + update: *allowed -- cgit v1.2.3 From 2ed7afc1d5f24a187f931883f7bfc82103c7b7f1 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 10:29:10 +0300 Subject: T8218: removed unqueue from mergify yaml as it is not supported --- .github/mergify.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/mergify.yml b/.github/mergify.yml index 561cb3a5..b2cf6ace 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -22,5 +22,4 @@ commands_restrictions: refresh: *allowed requeue: *allowed squash: *allowed - unqueue: *allowed update: *allowed -- cgit v1.2.3