This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new 5f7a9129f ci(struts6): adjusts workflows to use the new branch (#1659)
5f7a9129f is described below
commit 5f7a9129fc07ef06473c4a093b7c5141d9065eaf
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Apr 10 07:16:13 2026 +0200
ci(struts6): adjusts workflows to use the new branch (#1659)
---
.asf.yaml | 11 ++++++++++-
.github/dependabot.yml | 2 +-
.github/workflows/codeql.yml | 1 +
.github/workflows/maven.yml | 1 +
Jenkinsfile | 6 +++---
5 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index db8795253..0cc9baea5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,7 +23,16 @@ github:
# it does not work because our github teams are private/secret, see
INFRA-25666
require_code_owner_reviews: false
required_approving_review_count: 0
- release/*:
+ support/struts-6-x-x:
+ # contexts are the names of checks that must pass.
+ required_status_checks:
+ contexts:
+ - "Build and Test (JDK 8)"
+ required_pull_request_reviews:
+ # it does not work because our github teams are private/secret, see
INFRA-25666
+ require_code_owner_reviews: false
+ required_approving_review_count: 0
+ support/release-6-*:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index cedde4e8b..70ada4ebf 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,7 +15,7 @@ updates:
interval: "weekly"
cooldown:
default: 4
- target-branch: "release/struts-6-8-x"
+ target-branch: "support/struts-6-x-x"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
- dependency-name: "com.github.ben-manes.caffeine:caffeine"
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index ee2013bba..0b9be00e2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -20,6 +20,7 @@ on:
branches:
- 'main'
- 'release/*'
+ - 'support/*'
pull_request:
permissions:
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 886f62775..e7968d80d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,6 +21,7 @@ on:
branches:
- 'main'
- 'release/*'
+ - 'support/*'
permissions: read-all
diff --git a/Jenkinsfile b/Jenkinsfile
index d1d6c7b5c..1fce32d7c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -105,7 +105,7 @@ pipeline {
when {
anyOf {
branch 'main'
- branch 'release/struts-6-8-x'
+ branch 'support/struts-6-x-x'
}
}
steps {
@@ -119,7 +119,7 @@ pipeline {
when {
anyOf {
branch 'main'
- branch 'release/struts-6-8-x'
+ branch 'support/struts-6-x-x'
}
}
steps {
@@ -132,7 +132,7 @@ pipeline {
when {
anyOf {
branch 'main'
- branch 'release/struts-6-8-x'
+ branch 'support/struts-6-x-x'
}
}
steps {