Skip to content

Commit

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

since release branches in halyard don't align with release branches in front50.  For
example, a release-1.27.x branch exists in both front50 and halyard.  In front50
release-1.27.x aligns with spinnaker version 1.27.x, but halyard version numbers are
independent from spinnaker versions.

(cherry picked from commit 7fbae17)

Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
  • Loading branch information
mergify[bot] and dbyron-sf committed Sep 26, 2022
1 parent a269366 commit 0819232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/bump_dependencies.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,3 @@ jobs:
${{ steps.release_info.outputs.CHANGELOG }}
draft: false
prerelease: ${{ steps.release_info.outputs.IS_CANDIDATE }}
- name: Pause before dependency bump
run: sleep 900
- name: Trigger dependency bump workflow
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.SPINNAKER_GITHUB_TOKEN }}
event-type: bump-dependencies
client-payload: '{"ref": "${{ github.ref }}"}'

0 comments on commit 0819232

Please sign in to comment.