ci(struts6): adjusts workflows to use the new branch (#1659)

This commit is contained in:
Lukasz Lenart
2026-04-10 07:16:13 +02:00
committed by GitHub
parent 32c80b22bb
commit 5f7a9129fc
5 changed files with 16 additions and 5 deletions
+10 -1
View File
@@ -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:
+1 -1
View File
@@ -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"
+1
View File
@@ -20,6 +20,7 @@ on:
branches:
- 'main'
- 'release/*'
- 'support/*'
pull_request:
permissions:
+1
View File
@@ -21,6 +21,7 @@ on:
branches:
- 'main'
- 'release/*'
- 'support/*'
permissions: read-all
Vendored
+3 -3
View File
@@ -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 {