Skip to content

Run docs lint as part of CI#3575

Merged
pquentin merged 1 commit intomainfrom
lint-docs-ci
Jan 24, 2025
Merged

Run docs lint as part of CI#3575
pquentin merged 1 commit intomainfrom
lint-docs-ci

Conversation

@pquentin
Copy link
Member

This will help us see issues like #3564 much sooner.

@pquentin pquentin requested a review from lcawl January 23, 2025 17:18
@pquentin pquentin merged commit c9124c2 into main Jan 24, 2025
10 of 11 checks passed
@pquentin pquentin deleted the lint-docs-ci branch January 24, 2025 10:35
@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 8.x and the compare/head branch is backport-3575-to-8.x.

@github-actions
Copy link
Contributor

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

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

pquentin added a commit that referenced this pull request Jan 24, 2025
(cherry picked from commit c9124c2)

# Conflicts:
#	Makefile
pquentin added a commit that referenced this pull request Jan 24, 2025
(cherry picked from commit c9124c2)

# Conflicts:
#	Makefile
@pquentin
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.x
8.17

Questions ?

Please refer to the Backport tool documentation

pquentin added a commit that referenced this pull request Jan 24, 2025
(cherry picked from commit c9124c2)

# Conflicts:
#	Makefile
pquentin added a commit that referenced this pull request Jan 24, 2025
(cherry picked from commit c9124c2)

# Conflicts:
#	Makefile
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.

1 participant