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

reiabreu pushed a commit to branch storm2-eol
in repository https://gitbox.apache.org/repos/asf/storm.git

commit 7fa6608bf2c6edef99883200496e266002378828
Author: Rui Abreu <[email protected]>
AuthorDate: Thu Jul 23 02:08:09 2026 +0100

    Storm 2.x EOL
---
 .github/dependabot.yml                    | 31 -------------------------------
 .github/workflows/asf-allowlist-check.yml |  2 +-
 .github/workflows/cypress-tests.yml       |  4 ++--
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ebd96e461..30100e6f4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -43,34 +43,3 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
-
-  # --- 2.x maintenance branch ---
-  - package-ecosystem: maven
-    directory: "/examples"
-    target-branch: "2.x"
-    schedule:
-      interval: monthly
-      time: '04:00'
-    open-pull-requests-limit: 20
-
-  - package-ecosystem: maven
-    directory: "/"
-    target-branch: "2.x"
-    schedule:
-      interval: monthly
-      time: '04:00'
-    open-pull-requests-limit: 20
-
-  - package-ecosystem: npm
-    directory: "/storm-webapp"
-    target-branch: "2.x"
-    schedule:
-      interval: monthly
-      time: '04:00'
-    open-pull-requests-limit: 20
-
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    target-branch: "2.x"
-    schedule:
-      interval: "daily"
diff --git a/.github/workflows/asf-allowlist-check.yml 
b/.github/workflows/asf-allowlist-check.yml
index 0859f847f..3a9407b07 100644
--- a/.github/workflows/asf-allowlist-check.yml
+++ b/.github/workflows/asf-allowlist-check.yml
@@ -22,7 +22,7 @@ on:
   # .github/** would stay "Expected — waiting for status" and be blocked 
forever.
   pull_request:
   push:
-    branches: [ "master", "2.x" ]
+    branches: [ "master" ]
     paths:
       - ".github/**"
 
diff --git a/.github/workflows/cypress-tests.yml 
b/.github/workflows/cypress-tests.yml
index 844508c54..f9c8582ae 100644
--- a/.github/workflows/cypress-tests.yml
+++ b/.github/workflows/cypress-tests.yml
@@ -17,11 +17,11 @@ name: Cypress E2E Tests
 
 on:
   push:
-    branches: [ "master", "2.x" ]
+    branches: [ "master" ]
     paths:
       - 'storm-webapp/**'
   pull_request:
-    branches: [ "master", "2.x" ]
+    branches: [ "master" ]
     paths:
       - 'storm-webapp/**'
   workflow_dispatch:

Reply via email to