Skip to content

Commit eefcf0b

Browse files
committed
Replace check with context
1 parent f6db7c7 commit eefcf0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.asf.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ github:
7575
checks:
7676
# The GitHub Actions app: 15368
7777
- app_id: 15368
78-
check: "build"
78+
context: "build"
7979
- app_id: 15368
80-
check: "codeql-analysis"
80+
context: "codeql-analysis"
8181
# At least one positive review must be present
8282
required_pull_request_reviews:
8383
required_approving_review_count: 1
@@ -91,9 +91,9 @@ github:
9191
checks:
9292
# The GitHub Actions app: 15368
9393
- app_id: 15368
94-
check: "build"
94+
context: "build"
9595
- app_id: 15368
96-
check: "codeql-analysis"
96+
context: "codeql-analysis"
9797
# At least one positive review must be present
9898
required_pull_request_reviews:
9999
required_approving_review_count: 1

0 commit comments

Comments
 (0)