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 #52519 to v3.0-branch failed.
The backport to v3.0-branch failed:
The process '/usr/bin/git' failed with exit code 1
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-v3.0-branch v3.0-branch
# Navigate to the new working treecd .worktrees/backport-v3.0-branch
# Create a new branch
git switch --create backport-52519-to-v3.0-branch
# Cherry-pick the merged commits of this pull request and resolve the conflicts
git cherry-pick -x 027b79ecc4f71d36dbd89b9e0fb1dab7d096f0f7~4..027b79ecc4f71d36dbd89b9e0fb1dab7d096f0f7
# Push it to GitHub
git push --set-upstream origin backport-52519-to-v3.0-branch
# Go back to the original working treecd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v3.0-branch
Then, create a pull request where the base branch is v3.0-branch and the compare/head branch is backport-52519-to-v3.0-branch.
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
This issue was created automatically because the backport of #52519 to
v3.0-branch
failed.The backport to
v3.0-branch
failed:To backport manually, run these commands in your terminal:
Then, create a pull request where the
base
branch isv3.0-branch
and thecompare
/head
branch isbackport-52519-to-v3.0-branch
.The text was updated successfully, but these errors were encountered: