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
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,10 @@ branches:
87
87
strict: false
88
88
# Required. The list of status checks to require in order to merge into this branch
89
89
checks:
90
-
- context: block-fixup
90
+
- context: Block fixup commits
91
91
- context: Prepare
92
92
- context: Unit tests
93
93
- context: Process smoke e2e test reports
94
-
- context: >
95
-
Run Chromatic check: Core
96
-
- context: >
97
-
Run Chromatic check: Staking
98
94
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
99
95
enforce_admins:
100
96
# Prevent merge commits from being pushed to matching branches
0 commit comments