Skip to content

Commit

Permalink
fix: use a different branch name for the auto-updates (#6335)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 16, 2024
1 parent 1eeb722 commit 83a12c2
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 83a12c2

Please sign in to comment.