You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/01 17:54:55 UTC

[GitHub] [tvm] driazati commented on a change in pull request #10685: [ci] Look for any tags in issues before adding new tags

driazati commented on a change in pull request #10685:
URL: https://github.com/apache/tvm/pull/10685#discussion_r840803722



##########
File path: tests/scripts/github_tag_teams.py
##########
@@ -244,6 +244,9 @@ def gen_cc_line(users):
     to_cc = [teams.get(t, []) for t in tags]
     to_cc = list(set(item for sublist in to_cc for item in sublist))
     to_cc = [user for user in to_cc if user != author]
+    existing_tags = list(set(re.findall(r"@[a-zA-Z0-9]+\w", body)))

Review comment:
       good catch, fixed both and added a test




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org