This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 8f46d12 hot fix (#10464)
add 70ad1d5 [ci] Add workflow to cc teams (#10322)
No new revisions were added by this update.
Summary of changes:
.github/workflows/{cc_bot.yml => tag_teams.yml} | 17 +-
tests/python/unittest/test_ci.py | 236 ++++++++++++++++++++
tests/scripts/git_utils.py | 29 ++-
tests/scripts/github_tag_teams.py | 275 ++++++++++++++++++++++++
4 files changed, 546 insertions(+), 11 deletions(-)
copy .github/workflows/{cc_bot.yml => tag_teams.yml} (76%)
create mode 100755 tests/scripts/github_tag_teams.py