This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch require-milestone
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/require-milestone by this push:
new 42596a0d95 Refactor milestone validation job name and remove unused
API entry
42596a0d95 is described below
commit 42596a0d953514f78d21582c723a6ee4b7621fc5
Author: Ramanathan <[email protected]>
AuthorDate: Sun Jul 26 13:42:32 2026 +0530
Refactor milestone validation job name and remove unused API entry
---
.asf.yaml | 1 -
.github/workflows/require-milestone.yml | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 86082eb377..93cbeff1ab 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -52,7 +52,6 @@ github:
- log4j2
- logging
- logger
- - api
- syslog
# Pull Request settings:
diff --git a/.github/workflows/require-milestone.yml
b/.github/workflows/require-milestone.yml
index 4bbe49f023..4440d57f0c 100644
--- a/.github/workflows/require-milestone.yml
+++ b/.github/workflows/require-milestone.yml
@@ -23,7 +23,7 @@ on:
types: [opened, synchronize, reopened, milestoned, demilestoned]
jobs:
- validate-milestone:
+ Require Milestone:
name: Require Milestone
runs-on: ubuntu-latest
steps: