Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gha): fix branch detection error #4844

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

dbyron-sf
Copy link
Contributor

from e.g. https://github.com/spinnaker/orca/actions/runs/13415978286/job/37476832943

Run BRANCHES=$(git branch -r --contains refs/tags/v8.60.0) BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release orca, but there are 2 (  origin/HEAD -> origin/master
  origin/master)

similar to spinnaker/fiat#1205

from e.g. https://github.com/spinnaker/orca/actions/runs/13415978286/job/37476832943

Run BRANCHES=$(git branch -r --contains refs/tags/v8.60.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release orca, but there are 2 (  origin/HEAD -> origin/master
  origin/master)
@j-sandy
Copy link
Contributor

j-sandy commented Feb 19, 2025

LGTM !

@j-sandy j-sandy added the ready to merge Approved and ready for merge label Feb 19, 2025
@mergify mergify bot added the auto merged Merged automatically by a bot label Feb 19, 2025
@mergify mergify bot merged commit effb8b6 into spinnaker:master Feb 19, 2025
4 checks passed
@dbyron-sf dbyron-sf deleted the fix-branch-detection branch February 19, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge target-release/1.38
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants