Skip to content

Commit

Permalink
chore(dependencies): don't create an autobump PR for halyard on a fia…
Browse files Browse the repository at this point in the history
…t release branch (#946)

since release branches in halyard don't align with release branches in fiat.  For example,
a release-1.27.x branch exists in both fiat and halyard.  In fiat release-1.27.x aligns
with spinnaker version 1.27.x, but halyard version numbers are independent from spinnaker
versions.
  • Loading branch information
dbyron-sf committed Apr 26, 2022
1 parent f30f750 commit 23cf00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
ref: ${{ github.event.client_payload.ref }}
baseBranch: ${{ github.event.client_payload.branch }}
key: fiatVersion
repositories: clouddriver,echo,front50,gate,halyard,igor,keel,orca
repositories: clouddriver,echo,front50,gate,igor,keel,orca
env:
GITHUB_OAUTH: ${{ secrets.SPINNAKER_GITHUB_TOKEN }}

0 comments on commit 23cf00d

Please sign in to comment.