diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-04-26 18:52:17 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-04-26 18:52:17 +0300 |
| commit | e640139c7670159ac348aefaf0ec87f41cda17c9 (patch) | |
| tree | 2bdfcd29f8d23cabcdc444319b072118321f81f2 | |
| parent | 071cca6081989681da965f44c5a31a052d1cb02b (diff) | |
| download | hvinfo-e640139c7670159ac348aefaf0ec87f41cda17c9.tar.gz hvinfo-e640139c7670159ac348aefaf0ec87f41cda17c9.zip | |
T8531: add Mergify config with commands restrictions
| -rw-r--r-- | .github/mergify.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 0000000..561cb3a --- /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 |
