This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1118ead7 Temporarily remove required check (#471)
1118ead7 is described below
commit 1118ead7408722fde39a6ff7e641160ef85f0640
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jul 29 07:55:12 2026 +0200
Temporarily remove required check (#471)
Removes the `build (ubuntu-latest)` required check temporarily.
#470 replaces the single build with a matrix, therefore we need to:
1. Remove `build (ubuntu-latest)` from the required checks,
2. Merge #470,
3. Add `build / build (ubuntu-latest)` to the required checks.
---
.asf.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 36921d86..a7f23782 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -71,9 +71,9 @@ github:
required_conversation_resolution: true
# Require checks to pass before merging
required_status_checks:
- # The GitHub Actions app
- - app_slug: github-actions
- name: "build (ubuntu-latest)"
+ ## The GitHub Actions app
+ #- app_slug: github-actions
+ # name: "build (ubuntu-latest)"
# The GitHub Advanced Security app
- app_slug: github-advanced-security
name: "CodeQL"