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
# Branch Protection settings. Set to null to disable
160
-
protection:
161
-
# Required. Require at least one approving review on a pull request, before merging. Set to null to disable.
162
-
required_pull_request_reviews:
163
-
# The number of approvals required. (1-6)
164
-
required_approving_review_count: 1
165
-
# Dismiss approved reviews automatically when a new commit is pushed.
166
-
dismiss_stale_reviews: true
167
-
# Blocks merge until code owners have reviewed.
168
-
require_code_owner_reviews: true
169
-
# Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories.
170
-
dismissal_restrictions:
171
-
users: []
172
-
teams: [ dotnet-team ]
173
-
# Required. Require status checks to pass before merging. Set to null to disable
174
-
required_status_checks:
175
-
# Required. Require branches to be up to date before merging.
176
-
strict: true
177
-
# Required. The list of status checks to require in order to merge into this branch
178
-
contexts: ["Test Report", "analyze (csharp)"]
179
-
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
180
-
enforce_admins: false
181
-
# Prevent merge commits from being pushed to matching branches
182
-
required_linear_history: true
183
-
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
# Branch Protection settings. Set to null to disable
192
-
protection:
193
-
# Required. Require at least one approving review on a pull request, before merging. Set to null to disable.
194
-
required_pull_request_reviews:
195
-
# The number of approvals required. (1-6)
196
-
required_approving_review_count: 1
197
-
# Dismiss approved reviews automatically when a new commit is pushed.
198
-
dismiss_stale_reviews: true
199
-
# Blocks merge until code owners have reviewed.
200
-
require_code_owner_reviews: true
201
-
# Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories.
202
-
dismissal_restrictions:
203
-
users: []
204
-
teams: [ dotnet-team ]
205
-
# Required. Require status checks to pass before merging. Set to null to disable
206
-
required_status_checks:
207
-
# Required. Require branches to be up to date before merging.
208
-
strict: true
209
-
# Required. The list of status checks to require in order to merge into this branch
210
-
contexts: ["Test Report", "analyze (csharp)"]
211
-
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
212
-
enforce_admins: false
213
-
# Prevent merge commits from being pushed to matching branches
214
-
required_linear_history: true
215
-
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
0 commit comments