Skip to content

Update WordPress - #986

Merged
rmccue merged 1 commit into
v25-branchfrom
update-wordpress-6.8
Aug 7, 2026
Merged

Update WordPress#986
rmccue merged 1 commit into
v25-branchfrom
update-wordpress-6.8

Conversation

@mikelittle

Copy link
Copy Markdown
Contributor

Updates WordPress to 6.8.7

Updates WordPress to 6.8.7
@rmccue
rmccue merged commit ab7d18d into v25-branch Aug 7, 2026
4 checks passed
@rmccue
rmccue deleted the update-wordpress-6.8 branch August 7, 2026 11:34
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Successfully created backport PR for v24-branch:

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Successfully created backport PR for v23-branch:

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Backport failed for v24-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v24-branch
git worktree add -d .worktree/backport-986-to-v24-branch origin/v24-branch
cd .worktree/backport-986-to-v24-branch
git switch --create backport-986-to-v24-branch
git cherry-pick -x a13cab3b2605521251c239f8d5cddd979820b60c

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

After resolving conflicts, continue with:

# Add the resolved files
git add .
# Continue the cherry-pick
git cherry-pick --continue
# Push the branch to GitHub
git push --set-upstream origin backport-986-to-v24-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktree/backport-986-to-v24-branch

Then create a pull request using the GitHub CLI:

gh pr create --base v24-branch --head backport-986-to-v24-branch --title "[Backport v24-branch] Update WordPress" --body "Backport of #986 to \`v24-branch\`."

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.

2 participants