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/settings.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ labels:
125
125
collaborators:
126
126
- username: HofmeisterAn
127
127
permission: admin
128
+
128
129
- username: testcontainersbot
129
130
permission: write
130
131
@@ -175,9 +176,9 @@ branches:
175
176
# Required. Require branches to be up to date before merging.
176
177
strict: true
177
178
# Required. The list of status checks to require in order to merge into this branch
178
-
contexts: ["Test Report", "analyze (csharp)"]
179
+
contexts: [ test-report ]
179
180
# 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
+
enforce_admins: true
181
182
# Prevent merge commits from being pushed to matching branches
182
183
required_linear_history: true
183
184
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
@@ -207,9 +208,9 @@ branches:
207
208
# Required. Require branches to be up to date before merging.
208
209
strict: true
209
210
# Required. The list of status checks to require in order to merge into this branch
210
-
contexts: ["Test Report", "analyze (csharp)"]
211
+
contexts: [ test-report ]
211
212
# 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
+
enforce_admins: true
213
214
# Prevent merge commits from being pushed to matching branches
214
215
required_linear_history: true
215
216
# 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