Skip to content

Commit ff6d385

Browse files
authored
Merge branch 'dev' into fix/segfault
2 parents 1a6c89c + c8d0d7f commit ff6d385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
39+
- SonarCloud Code Analysis
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.
@@ -71,7 +71,7 @@ configuration:
7171
# 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
7272
requiredStatusChecks:
7373
- check-php-version-matrix
74-
- SonarCloud
74+
- SonarCloud Code Analysis
7575
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
7676
requiresStrictStatusChecks: true
7777
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.

0 commit comments

Comments
 (0)