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/policies/msgraph-sdk-php-core-branch-protection.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ configuration:
36
36
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
37
37
requiredStatusChecks:
38
38
- check-php-version-matrix
39
-
- SonarCloud
39
+
- SonarCloud Code Analysis
40
40
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
41
41
requiresStrictStatusChecks: true
42
42
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -71,7 +71,7 @@ configuration:
71
71
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
72
72
requiredStatusChecks:
73
73
- check-php-version-matrix
74
-
- SonarCloud
74
+
- SonarCloud Code Analysis
75
75
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
76
76
requiresStrictStatusChecks: true
77
77
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
0 commit comments