This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-flume-mongodb.git
The following commit(s) were added to refs/heads/main by this push:
new 199e0ee Remove dummy `ubuntu (latest)` workflow (#4)
199e0ee is described below
commit 199e0eeee2b6082d0ad7c6e4e091416f1c24f85e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 2 18:58:35 2026 +0200
Remove dummy `ubuntu (latest)` workflow (#4)
* Remove dummy `ubuntu (latest)` workflow
We can remove the dummy workflow, since the ruleset has been updated.
* fix: redirect notifications to bot mailing lists
---
.asf.yaml | 5 ++++-
.github/workflows/build.yaml | 28 ----------------------------
2 files changed, 4 insertions(+), 29 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 4a6f577..334ea6f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,7 +22,10 @@ notifications:
# GitHub already provides notifications for PRs and issues.
# Please don't duplicate that noise here!
commits: [email protected]
- jira_options: link label
+ issues: [email protected]
+ pullrequests: [email protected]
+ pullrequests_bot_dependabot: [email protected]
+ discussions: [email protected]
github:
description: "Apache Flume is a distributed, reliable, and available service
for efficiently collecting, aggregating, and moving large amounts of log-like
data"
homepage: https://flume.apache.org/
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index b0d1106..bbade2b 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -41,34 +41,6 @@ jobs:
with:
java-version: 17
- # TODO: remove once the `.asf.yaml` ruleset on `main` requires `build /
build (ubuntu-latest)`.
- # The ruleset currently in force requires a check named `build
(ubuntu-latest)`, which the
- # reusable workflow cannot produce, so this job carries that name until the
fix is merged.
- build-legacy-check:
- name: build (ubuntu-latest)
- runs-on: windows-latest
- permissions:
- contents: read
- steps:
-
- - name: Checkout repository
- uses: actions/checkout@v7
-
- - name: Set up Java
- uses: actions/setup-java@v5
- with:
- distribution: zulu
- java-version: 17
- cache: maven
-
- - name: Build
- shell: bash
- run: |
- ./mvnw \
- --show-version --batch-mode --errors --no-transfer-progress \
- -DtrimStackTrace=false \
- verify
-
deploy-snapshot:
needs: build
if: github.repository == 'apache/logging-flume-mongodb' && github.ref_name
== 'main'