This is an automated email from the ASF dual-hosted git repository.
tlopex pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 4c2249db91 [CI] Remove hardcoded user and repo values (#18549)
4c2249db91 is described below
commit 4c2249db91bbc3ec700c5f61a0cf23c7e0b9af39
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Sat Dec 6 02:49:10 2025 +0800
[CI] Remove hardcoded user and repo values (#18549)
## Why
remove hard-code legacy code in ci
---
ci/scripts/github/update_branch.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/ci/scripts/github/update_branch.py
b/ci/scripts/github/update_branch.py
index e49d9e47ab..b3fa014137 100755
--- a/ci/scripts/github/update_branch.py
+++ b/ci/scripts/github/update_branch.py
@@ -165,8 +165,6 @@ if __name__ == "__main__":
remote = git(["config", "--get", f"remote.{args.remote}.url"])
user, repo = parse_remote(remote)
- # TODO: Remove this before landing
- user, repo = ("apache", "tvm")
if args.testonly_json:
r = json.loads(args.testonly_json)