Skip to content

Commit 3052840

Browse files
committed
Attempt to guess GitHub Actions app id
1 parent 824e921 commit 3052840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.asf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ github:
7373
# Require checks to pass before merging
7474
required_status_checks:
7575
checks:
76-
# The GitHub Actions app
77-
- app_id: ~
76+
# The GitHub Actions app: 15368
77+
- app_id: 15368
7878
check: "build"
79-
- app_id: ~
79+
- app_id: 15368
8080
check: "codeql-analysis"
8181
# At least one positive review must be present
8282
required_pull_request_reviews:

0 commit comments

Comments
 (0)