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
@@ -125,13 +125,13 @@ branches:
125
125
# Required. Require branches to be up to date before merging.
126
126
strict: true
127
127
# Required. The list of status checks to require in order to merge into this branch
128
-
contexts: [ "bors" ]
128
+
contexts: [ ]
129
129
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
130
130
enforce_admins: false
131
131
# Disabled for bors to work
132
132
required_linear_history: false
133
133
# 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