File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 17
17
" refs/heads/wip-*/**/*" ,
18
18
" refs/heads/revert-*" ,
19
19
" refs/heads/revert-*/**/*" ,
20
- " refs/heads/dependabot/**/*"
20
+ " refs/heads/dependabot/**/*" ,
21
+ " refs/heads/gh-readonly-queue/**/*"
21
22
],
22
23
"include" : [
23
24
" ~ALL"
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " require-merge-queue" ,
3
+ "target" : " branch" ,
4
+ "source_type" : " Repository" ,
5
+ "source" : " NixOS/nixpkgs" ,
6
+ "enforcement" : " active" ,
7
+ "conditions" : {
8
+ "ref_name" : {
9
+ "exclude" : [],
10
+ "include" : [
11
+ " ~DEFAULT_BRANCH"
12
+ ]
13
+ }
14
+ },
15
+ "rules" : [
16
+ {
17
+ "type" : " merge_queue" ,
18
+ "parameters" : {
19
+ "merge_method" : " MERGE" ,
20
+ "max_entries_to_build" : 5 ,
21
+ "min_entries_to_merge" : 1 ,
22
+ "max_entries_to_merge" : 5 ,
23
+ "min_entries_to_merge_wait_minutes" : 5 ,
24
+ "grouping_strategy" : " ALLGREEN" ,
25
+ "check_response_timeout_minutes" : 60
26
+ }
27
+ }
28
+ ],
29
+ "bypass_actors" : [
30
+ {
31
+ "actor_id" : 13362067 ,
32
+ "actor_type" : " Team" ,
33
+ "bypass_mode" : " always"
34
+ }
35
+ ]
36
+ }
You can’t perform that action at this time.
0 commit comments