You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/msgraph-sdk-javascript-branch-protection.yml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ configuration:
35
35
requiresLinearHistory: false
36
36
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
37
37
requiredStatusChecks:
38
-
- build (12.x)
39
-
- build (14.x)
40
38
- build (16.x)
39
+
- build (18.x)
40
+
- build (20.x)
41
41
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
42
42
requiresStrictStatusChecks: true
43
43
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -71,6 +71,9 @@ configuration:
71
71
requiresLinearHistory: false
72
72
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
73
73
requiredStatusChecks:
74
+
- build (16.x)
75
+
- build (18.x)
76
+
- build (20.x)
74
77
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
75
78
requiresStrictStatusChecks: true
76
79
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -98,6 +101,11 @@ configuration:
98
101
requiresConversationResolution: false
99
102
# Are merge commits prohibited from being pushed to this branch. boolean
100
103
requiresLinearHistory: false
104
+
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
105
+
requiredStatusChecks:
106
+
- build (16.x)
107
+
- build (18.x)
108
+
- build (20.x)
101
109
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
102
110
requiresStrictStatusChecks: true
103
111
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -129,6 +137,11 @@ configuration:
129
137
requiresConversationResolution: false
130
138
# Are merge commits prohibited from being pushed to this branch. boolean
131
139
requiresLinearHistory: false
140
+
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
141
+
requiredStatusChecks:
142
+
- build (16.x)
143
+
- build (18.x)
144
+
- build (20.x)
132
145
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
133
146
requiresStrictStatusChecks: true
134
147
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -162,6 +175,9 @@ configuration:
162
175
requiresLinearHistory: false
163
176
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
164
177
requiredStatusChecks:
178
+
- build (16.x)
179
+
- build (18.x)
180
+
- build (20.x)
165
181
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
166
182
requiresStrictStatusChecks: false
167
183
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -195,9 +211,9 @@ configuration:
195
211
requiresLinearHistory: false
196
212
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
197
213
requiredStatusChecks:
198
-
- build (14.x)
199
214
- build (16.x)
200
-
- build (12.x)
215
+
- build (18.x)
216
+
- build (20.x)
201
217
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
202
218
requiresStrictStatusChecks: true
203
219
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
0 commit comments