Skip to content

Commit 3040647

Browse files
authored
Merge pull request #196 from microsoftgraph/Ndiritu-patch-1
Remove sonarcloud from required checks
2 parents 124c5a5 + 5cf0138 commit 3040647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/policies/msgraph-sdk-php-core-branch-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configuration:
3636
# 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
3737
requiredStatusChecks:
3838
- check-php-version-matrix
39-
- SonarCloud Code Analysis
39+
- license/cla
4040
# Require branches to be up-to-date before merging. Requires requiredStatusChecks. boolean
4141
requiresStrictStatusChecks: true
4242
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.

0 commit comments

Comments
 (0)