Skip to content

Conversation

@orange13
Copy link
Owner

Changelog entry

...

Changelog category

  • Documentation (changelog entry is not required)

Description for reviewers

...

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 13, 2025
@orange13 orange13 merged commit 6520f4d into main Oct 13, 2025
7 of 10 checks passed
@github-actions
Copy link

The backport to stable-25-1 failed:

The process '/usr/bin/git' failed with exit code 128

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-stable-25-1 stable-25-1
# Navigate to the new working tree
cd .worktrees/backport-stable-25-1
# Create a new branch
git switch --create backport-1-to-stable-25-1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6520f4d4cace5f35254b2c1e0d8ce791e3c3549e
# Push it to GitHub
git push --set-upstream origin backport-1-to-stable-25-1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-25-1

Then, create a pull request where the base branch is stable-25-1 and the compare/head branch is backport-1-to-stable-25-1.

@orange13
Copy link
Owner Author

/backport

@github-actions
Copy link

Successfully created backport PR for stable-25-1:

@maximyurchuk
Copy link

test

@orange13
Copy link
Owner Author

/backport

@orange13
Copy link
Owner Author

/backport

@github-actions
Copy link

Successfully created backport PR for stable-25-2:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants