You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was created automatically because the backport of #751 to release-0.33 failed.
The backport to release-0.33 failed:
fatal: invalid reference: release-0.33
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-0.33 release-0.33
# Navigate to the new working treecd .worktrees/backport-release-0.33
# Create a new branch
git switch --create backport-751-to-release-0.33
# Cherry-pick the merged commits of this pull request and resolve the conflicts
git cherry-pick -x 82f0e62b01628556f0719b4f9405de3eb3888917
# Push it to GitHub
git push --set-upstream origin backport-751-to-release-0.33
# Go back to the original working treecd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-0.33
Then, create a pull request where the base branch is release-0.33 and the compare/head branch is backport-751-to-release-0.33.
The text was updated successfully, but these errors were encountered:
This issue was created automatically because the backport of #751 to
release-0.33
failed.The backport to
release-0.33
failed:To backport manually, run these commands in your terminal:
Then, create a pull request where the
base
branch isrelease-0.33
and thecompare
/head
branch isbackport-751-to-release-0.33
.The text was updated successfully, but these errors were encountered: