Skip to content

Commit 1798fc2

Browse files
committed
Fix required check names for main
1 parent 9f3c495 commit 1798fc2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.asf.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ github:
7575
checks:
7676
# The GitHub Actions app: 15368
7777
- app_id: 15368
78-
context: "build"
79-
- app_id: 15368
80-
context: "codeql-analysis"
78+
context: "build / build (ubuntu-latest)"
79+
# CodeQL app
80+
- app_id: 57789
81+
context: "CodeQL"
8182
# At least one positive review must be present
8283
required_pull_request_reviews:
8384
required_approving_review_count: 1

0 commit comments

Comments
 (0)