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
# Required. Require status checks to pass before merging. Set to null to disable
142
139
required_status_checks:
143
140
# Required. Require branches to be up to date before merging.
144
-
strict: false
141
+
strict: true
145
142
# Required. The list of status checks to require in order to merge into this branch
146
-
contexts:
147
-
- "core / test (ubuntu, 3.11)"
143
+
contexts: ["core"]
148
144
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
149
145
enforce_admins: false
150
146
# Prevent merge commits from being pushed to matching branches
0 commit comments