Skip to content

Conversation

@pquentin
Copy link
Member

@pquentin pquentin commented Oct 1, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2025

Following you can find the validation changes against the target branch for the API.

API Status Request Response
security.authenticate 🔴 → 🟢 30/30 25/30 → 30/30

You can validate this API yourself by using the make validate target.

@pquentin pquentin merged commit 68b3a3d into main Oct 1, 2025
8 checks passed
@pquentin pquentin deleted the fix-security-authenticate branch October 1, 2025 14:03
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2025

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

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

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