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

[Backport 1.3.latest] Partial parsing bug with empty schema file #6505

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

leahwicz
Copy link
Contributor

@leahwicz leahwicz commented Jan 3, 2023

Description

Backport ##6494

Checklist

@leahwicz leahwicz requested a review from a team January 3, 2023 22:44
@leahwicz leahwicz requested review from a team as code owners January 3, 2023 22:44
@leahwicz leahwicz requested review from stu-k and emmyoop January 3, 2023 22:44
@cla-bot cla-bot bot added the cla:yes label Jan 3, 2023
@leahwicz leahwicz requested review from gshank and jtcohen6 and removed request for a team, emmyoop and stu-k January 3, 2023 22:44
@leahwicz leahwicz merged commit 6e9ff28 into 1.3.latest Jan 4, 2023
@leahwicz leahwicz deleted the leahwicz/backport-6494-1.3 branch January 4, 2023 14:28
@leahwicz leahwicz added the backport 1.2.latest This PR will be backported to the 1.2.latest branch label Jan 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2023

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

Then, create a pull request where the base branch is 1.2.latest and the compare/head branch is backport-6505-to-1.2.latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.2.latest This PR will be backported to the 1.2.latest branch cla:yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants