Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fastify-error dependency #3857

Merged
merged 1 commit into from Apr 28, 2022
Merged

Update fastify-error dependency #3857

merged 1 commit into from Apr 28, 2022

Conversation

jsumners
Copy link
Member

Checklist

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jsumners jsumners merged commit e295181 into main Apr 28, 2022
@jsumners jsumners deleted the fix-tests branch April 28, 2022 13:21
@mcollina mcollina added the backport 3.x Issue or pr that should be backported to Fastify v3 label Apr 28, 2022
@github-actions
Copy link

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

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

@mcollina
Copy link
Member

Please backport!

@jsumners
Copy link
Member Author

Please backport!

#3859

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport 3.x Issue or pr that should be backported to Fastify v3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants