Skip to content

Commit 70abbf2

Browse files
authored
Merge pull request #899 from ergebnis/fix/checks
Fix: Do not use deprecated `contexts` key
2 parents 26c99a1 + a250052 commit 70abbf2

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/settings.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)