Fix multimodal registry and code sync scripts (#10759)

Co-authored-by: cctry <shiyang@x.ai>
This commit is contained in:
Lianmin Zheng
2025-09-22 15:36:01 -07:00
committed by GitHub
parent d4041a5eeb
commit 38c00ed7a1
7 changed files with 38 additions and 15 deletions

View File

@@ -43,13 +43,17 @@ folder_names = [
"docker",
"docs",
"examples",
"sgl-kernel",
"README.md",
"python/sglang/lang",
"python/sglang/srt",
"python/sglang/test",
"python/sglang/__init__.py",
"python/sglang/utils.py",
"python/sglang/README.md",
"sgl-kernel",
"test/lang",
"test/srt",
"test/README.md",
"README.md",
]
private_repo = "your-org/sglang-private-repo"

View File

@@ -43,13 +43,17 @@ folder_names = [
"docker",
"docs",
"examples",
"sgl-kernel",
"README.md",
"python/sglang/lang",
"python/sglang/srt",
"python/sglang/test",
"python/sglang/__init__.py",
"python/sglang/utils.py",
"python/sglang/README.md",
"sgl-kernel",
"test/lang",
"test/srt",
"test/README.md",
"README.md",
]
# --- Configuration End ---
@@ -395,9 +399,10 @@ def main():
pr_title = f"[Auto Sync] Update {filename_list_str} ({current_date})"
pr_body = (
f"Sync changes from commit `{short_hash}`.\n\n"
f"**Relevant Files Changed:**\n{file_list_str}"
"\n\n---\n\n"
"*This is an automated PR created by a script.*"
f"**Files Changed:**\n{file_list_str}\n\n"
f"Author: {author_name} <{author_email}>"
f"\n\n---\n\n"
f"*This is an automated PR created by scripts/copy_from_oss.py.*"
)
# 5. Create branch, apply patch, and push