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
Copy file name to clipboardexpand all lines: .yamato/scripts/update_from_upstream.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ rm .githubtoken
30
30
git remote set-url origin $GIT_REPOSITORY_URL
31
31
32
32
# Create a pull request back to unity-main
33
-
gh pr create --fill
33
+
gh pr create --title "Sync with upstream main branch" --body "This is an automatically generated pull request to merge changes from the upstream main branch."
34
34
35
35
# For some unknown reason we often see this error from Github CLI:
0 commit comments