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:50 UTC

[tvm] branch aluo/edit-gather-prs-scripts created (now 7f44bc0314)

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

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


      at 7f44bc0314 gather pr script change

This branch includes the following new commits:

     new 7f44bc0314 gather pr script change

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[tvm] 01/01: gather pr script change

Posted by an...@apache.org.
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"]