This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 6b3df11 Switch from `app_slug` to numeric id
6b3df11 is described below
commit 6b3df11053b8c719f820f1c95b51847f7eec7503
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Apr 15 17:34:09 2026 +0200
Switch from `app_slug` to numeric id
---
.asf.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 22857af..c50d725 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -82,10 +82,12 @@ github:
# Require checks to pass before merging
required_status_checks:
# The GitHub Actions app
- - app_slug: github-actions
+ # https://api.github.com/apps/github-actions
+ - app_slug: 15368
name: "build / build (ubuntu-latest)"
# The GitHub Advanced Security app
- - app_slug: github-advanced-security
+ # https://api.github.com/apps/github-advanced-security
+ - app_slug: 57789
name: "CodeQL"
# At least one positive review must be present
required_pull_request_reviews: