This repository was archived by the owner on May 29, 2024. It is now read-only.
File tree 1 file changed +149
-0
lines changed
1 file changed +149
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "tasks" : [
3
+ {
4
+ "taskType" : " scheduled" ,
5
+ "capabilityId" : " ScheduledPR" ,
6
+ "subCapability" : " ScheduledPR" ,
7
+ "version" : " 1.0" ,
8
+ "config" : {
9
+ "head" : " main" ,
10
+ "base" : " live" ,
11
+ "title" : " Merge main into live" ,
12
+ "body" : " Please don't squash-merge this PR." ,
13
+ "taskName" : " Push to live branch (publish)" ,
14
+ "frequency" : [
15
+ {
16
+ "weekDay" : 0 ,
17
+ "hours" : [
18
+ 0 ,
19
+ 3 ,
20
+ 6 ,
21
+ 9 ,
22
+ 12 ,
23
+ 15 ,
24
+ 18 ,
25
+ 21
26
+ ],
27
+ "timezoneOffset" : 0
28
+ },
29
+ {
30
+ "weekDay" : 1 ,
31
+ "hours" : [
32
+ 0 ,
33
+ 3 ,
34
+ 6 ,
35
+ 9 ,
36
+ 12 ,
37
+ 15 ,
38
+ 18 ,
39
+ 21
40
+ ],
41
+ "timezoneOffset" : 0
42
+ },
43
+ {
44
+ "weekDay" : 2 ,
45
+ "hours" : [
46
+ 0 ,
47
+ 3 ,
48
+ 6 ,
49
+ 9 ,
50
+ 12 ,
51
+ 15 ,
52
+ 18 ,
53
+ 21
54
+ ],
55
+ "timezoneOffset" : 0
56
+ },
57
+ {
58
+ "weekDay" : 3 ,
59
+ "hours" : [
60
+ 0 ,
61
+ 3 ,
62
+ 6 ,
63
+ 9 ,
64
+ 12 ,
65
+ 15 ,
66
+ 18 ,
67
+ 21
68
+ ],
69
+ "timezoneOffset" : 0
70
+ },
71
+ {
72
+ "weekDay" : 4 ,
73
+ "hours" : [
74
+ 0 ,
75
+ 3 ,
76
+ 6 ,
77
+ 9 ,
78
+ 12 ,
79
+ 15 ,
80
+ 18 ,
81
+ 21
82
+ ],
83
+ "timezoneOffset" : 0
84
+ },
85
+ {
86
+ "weekDay" : 5 ,
87
+ "hours" : [
88
+ 0 ,
89
+ 3 ,
90
+ 6 ,
91
+ 9 ,
92
+ 12 ,
93
+ 15 ,
94
+ 18 ,
95
+ 21
96
+ ],
97
+ "timezoneOffset" : 0
98
+ },
99
+ {
100
+ "weekDay" : 6 ,
101
+ "hours" : [
102
+ 0 ,
103
+ 3 ,
104
+ 6 ,
105
+ 9 ,
106
+ 12 ,
107
+ 15 ,
108
+ 18 ,
109
+ 21
110
+ ],
111
+ "timezoneOffset" : 0
112
+ }
113
+ ]
114
+ },
115
+ "disabled" : false
116
+ },
117
+ {
118
+ "taskType" : " trigger" ,
119
+ "capabilityId" : " PrAutoLabel" ,
120
+ "subCapability" : " Branch" ,
121
+ "version" : " 1.0" ,
122
+ "config" : {
123
+ "taskName" : " Label PRs to live" ,
124
+ "configs" : [
125
+ {
126
+ "label" : " auto-merge" ,
127
+ "branchName" : " live"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "taskType" : " trigger" ,
134
+ "capabilityId" : " AutoMerge" ,
135
+ "subCapability" : " AutoMerge" ,
136
+ "version" : " 1.0" ,
137
+ "config" : {
138
+ "taskName" : " Auto-merge main to live" ,
139
+ "label" : " auto-merge" ,
140
+ "mergeType" : " merge" ,
141
+ "removeLabelOnPush" : false ,
142
+ "requireAllStatuses" : false ,
143
+ "requireSpecificCheckRuns" : false ,
144
+ "minMinutesOpen" : " 0"
145
+ }
146
+ }
147
+ ],
148
+ "userGroups" : []
149
+ }
You can’t perform that action at this time.
0 commit comments