Skip to content

Commit 348f83d

Browse files
try adding a required check to see if it helps (#421)
1 parent 3abe5f1 commit 348f83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ branches:
143143
# Required. Require branches to be up to date before merging.
144144
strict: false
145145
# 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)"
148148
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
149149
enforce_admins: false
150150
# Prevent merge commits from being pushed to matching branches

0 commit comments

Comments
 (0)