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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,8 @@ branches:
143
143
# Required. Require branches to be up to date before merging.
144
144
strict: false
145
145
# Required. The list of status checks to require in order to merge into this branch
146
-
contexts:[]
147
-
# - "core / test (ubuntu, 3.11)"
146
+
contexts:
147
+
- "core / test (ubuntu, 3.11)"
148
148
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
149
149
enforce_admins: false
150
150
# Prevent merge commits from being pushed to matching branches
0 commit comments