Skip to content

Update APIs from main #1856

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

Merged
merged 3 commits into from
May 1, 2023
Merged

Update APIs from main #1856

merged 3 commits into from
May 1, 2023

Conversation

JoshMock
Copy link
Member

@JoshMock JoshMock commented May 1, 2023

Updates generated APIs using main branch of the spec.

@JoshMock JoshMock merged commit 19d2ee3 into main May 1, 2023
@JoshMock JoshMock deleted the patch-search-app branch May 1, 2023 21:00
@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant