Skip to content

Conversation

@lcawl
Copy link
Contributor

@lcawl lcawl commented Jun 10, 2025

Relates to #4434

An extra \n and space seem to be necessary to render the markdown properly.

I have marked this as skip-backport for now but should ultimately be backport as far back a #4434

@lcawl lcawl marked this pull request as ready for review June 10, 2025 15:58
@lcawl lcawl requested a review from a team as a code owner June 10, 2025 15:58
@lcawl lcawl added skip-backport This pull request should not be backported and removed backport 9.0 labels Jun 10, 2025
@lcawl lcawl merged commit 3df6575 into main Jun 10, 2025
15 checks passed
@lcawl lcawl deleted the privilege-text branch June 10, 2025 17:05
@lcawl lcawl added backport 8.19 backport 8.18 backport 9.0 and removed skip-backport This pull request should not be backported labels Jun 13, 2025
@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-4513-to-8.19.

@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 9.0 and the compare/head branch is backport-4513-to-9.0.

@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 8.18 and the compare/head branch is backport-4513-to-8.18.

lcawl added a commit that referenced this pull request Jun 13, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 13, 2025

💚 All backports created successfully

Status Branch Result
9.0

Questions ?

Please refer to the Backport tool documentation

lcawl added a commit that referenced this pull request Jun 13, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 13, 2025

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

@lcawl
Copy link
Contributor Author

lcawl commented Jun 13, 2025

💚 All backports created successfully

Status Branch Result
8.18

Questions ?

Please refer to the Backport tool documentation

l-trotta pushed a commit that referenced this pull request Jun 15, 2025
* Markdown formatting for required authorization (#4513) (cherry picked from commit 3df6575) * More markdown formatting for required authorization (#4516)
l-trotta pushed a commit that referenced this pull request Jun 15, 2025
* Markdown formatting for required authorization (#4513) (cherry picked from commit 3df6575) * More markdown formatting for required authorization (#4516)
l-trotta pushed a commit that referenced this pull request Jun 15, 2025
* Markdown formatting for required authorization (#4513) (cherry picked from commit 3df6575) * More markdown formatting for required authorization (#4516)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment