You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryu-Cho failed to merge a commit, indicating that there were conflicts:
New commit on head repo: "docs: fix deploy type var (#9290)"
Issue created: https://github.com/tony19/vite-docs-template/issues/18
Conflicts occurred. Please make a pull request by yourself.
It seems this can also occur when the cherry-pick contains files that are not present in the target repo. The Ryu-Cho logs don't show the exact error, but running git am locally to cherry-pick the commit from vite reveals this error:
To resolve this manually from the command line, I have to specify git am --include paths for which files to accept during the merge. I created a couple scripts to do this:
Ryu-Cho failed to merge a commit, indicating that there were conflicts:
However, I was able to cherry-pick the commit without any conflicts.
This also occurred with tony19/vite-docs-template#19, where the cherry-pick was fine.
The text was updated successfully, but these errors were encountered: