mirror of
https://github.com/apache/struts.git
synced 2026-08-05 06:36:58 +00:00
ci(struts6): adjusts workflows to use the new branch (#1659)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -20,6 +20,7 @@ on:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release/*'
|
||||
- 'support/*'
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -21,6 +21,7 @@ on:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release/*'
|
||||
- 'support/*'
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
||||
Vendored
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user