@@ -13,21 +13,21 @@ branches:
1313 require_code_owner_reviews : true
1414 required_approving_review_count : 1
1515 required_status_checks :
16- contexts :
17- - " Code Coverage (7.4, locked)"
18- - " Coding Standards (7.4, locked)"
19- - " Dependency Analysis (7.4, locked)"
20- - " Mutation Tests (7.4, locked)"
21- - " Static Code Analysis (7.4, locked)"
22- - " Tests (7.4, highest)"
23- - " Tests (7.4, locked)"
24- - " Tests (7.4, lowest)"
25- - " Tests (8.0, highest)"
26- - " Tests (8.0, locked)"
27- - " Tests (8.0, lowest)"
28- - " Tests (8.1, highest)"
29- - " Tests (8.1, locked)"
30- - " Tests (8.1, lowest)"
16+ checks :
17+ - context : " Code Coverage (7.4, locked)"
18+ - context : " Coding Standards (7.4, locked)"
19+ - context : " Dependency Analysis (7.4, locked)"
20+ - context : " Mutation Tests (7.4, locked)"
21+ - context : " Static Code Analysis (7.4, locked)"
22+ - context : " Tests (7.4, highest)"
23+ - context : " Tests (7.4, locked)"
24+ - context : " Tests (7.4, lowest)"
25+ - context : " Tests (8.0, highest)"
26+ - context : " Tests (8.0, locked)"
27+ - context : " Tests (8.0, lowest)"
28+ - context : " Tests (8.1, highest)"
29+ - context : " Tests (8.1, locked)"
30+ - context : " Tests (8.1, lowest)"
3131 strict : false
3232 restrictions :
3333
0 commit comments