This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 30528405f2 Attempt to guess GitHub Actions app id
30528405f2 is described below

commit 30528405f2efd464c0d8a992c2b51bcc14fba10a
Author: Piotr P. Karwasz <pkarwasz-git...@apache.org>
AuthorDate: Fri Apr 11 12:05:22 2025 +0200

    Attempt to guess GitHub Actions app id
---
 .asf.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index dfb9f02849..6c37a3aa36 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -73,10 +73,10 @@ github:
       # Require checks to pass before merging
       required_status_checks:
         checks:
-          # The GitHub Actions app
-          - app_id: ~
+          # The GitHub Actions app: 15368
+          - app_id: 15368
             check: "build"
-          - app_id: ~
+          - app_id: 15368
             check: "codeql-analysis"
       # At least one positive review must be present
       required_pull_request_reviews:

Reply via email to