Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit aa72d2d

Browse files
committed
T8531: restrict Mergify commands to maintainers team
1 parent 1fd60b5 commit aa72d2d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/mergify.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@ pull_request_rules:
88
label:
99
toggle:
1010
- conflicts
11+
12+
commands_restrictions:
13+
backport: &allowed
14+
conditions:
15+
- or:
16+
- sender=@vyos/maintainers
17+
- sender=vyosbot
18+
copy: *allowed
19+
dequeue: *allowed
20+
queue: *allowed
21+
rebase: *allowed
22+
refresh: *allowed
23+
requeue: *allowed
24+
squash: *allowed
25+
unqueue: *allowed
26+
update: *allowed

0 commit comments

Comments
 (0)