From b587206d6a0dbc896e64be05d5256edd7147f6e9 Mon Sep 17 00:00:00 2001 From: David Byron <82477955+dbyron-sf@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:05:04 -0700 Subject: [PATCH] chore(dependencies): don't create an autobump PR for halyard on a kork release branch (#948) since release branches in halyard don't align with release branches in kork. For example, a release-1.27.x branch exists in both kork and halyard. In kork release-1.27.x aligns with spinnaker version 1.27.x, but halyard version numbers are independent from spinnaker versions. (cherry picked from commit 53938f5ddc5f62eb0425090008f02f6709790606) --- .github/workflows/bump_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_dependencies.yml b/.github/workflows/bump_dependencies.yml index 4f0111981..4b12767d4 100644 --- a/.github/workflows/bump_dependencies.yml +++ b/.github/workflows/bump_dependencies.yml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.event.client_payload.ref }} baseBranch: ${{ github.event.client_payload.branch }} key: korkVersion - repositories: clouddriver,echo,fiat,front50,gate,halyard,igor,keel,orca,rosco,swabbie + repositories: clouddriver,echo,fiat,front50,gate,igor,keel,orca,rosco,swabbie mavenRepositoryUrl: https://repo.maven.apache.org/maven2 groupId: io.spinnaker.kork artifactId: kork-bom