Skip to content

Commit

Permalink
fix: use a different branch name for the auto-updates (#6335) (#6343)
Browse files Browse the repository at this point in the history
(cherry picked from commit 83a12c2)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Dec 16, 2024
1 parent 4af8f21 commit bc1a235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-agent-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
echo "Another PR for $current_ref is in review, skipping..."
exit 0
fi
pr_branch="$current_ref-update-agent-versions-$GITHUB_RUN_ID"
pr_branch="update/$current_ref-update-agent-versions-$GITHUB_RUN_ID"
# the mage target above requires to be on a release branch
# so, the new branch should not be created before the target is run
git checkout -b "$pr_branch"
Expand Down

0 comments on commit bc1a235

Please sign in to comment.