You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/09/21 16:54:51 UTC

[tvm] 01/01: gather pr script change

This is an automated email from the ASF dual-hosted git repository.

andrewzhaoluo pushed a commit to branch aluo/edit-gather-prs-scripts
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 7f44bc03141fd628fedbc2f347dc4302467ed0bf
Author: Andrew Zhao Luo <an...@gmail.com>
AuthorDate: Wed Sep 21 09:54:32 2022 -0700

    gather pr script change
---
 tests/scripts/release/gather_prs.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/scripts/release/gather_prs.py b/tests/scripts/release/gather_prs.py
index 0720a87d04..5fbfa2278f 100644
--- a/tests/scripts/release/gather_prs.py
+++ b/tests/scripts/release/gather_prs.py
@@ -25,11 +25,12 @@ import sys
 from typing import Callable, Dict, List, Any
 
 REPO_ROOT = Path(__file__).resolve().parent.parent.parent.parent
-sys.path.append(str(REPO_ROOT / "tests" / "scripts"))
+sys.path.append(str(REPO_ROOT / "ci" / "scripts"))
 
 from git_utils import git, GitHubRepo
 from github_tag_teams import tags_from_title
 
+
 GITHUB_TOKEN = os.environ["GITHUB_TOKEN"]