This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from f9171f1 [MetaSchedule] Schedule Rule: Add RFactor (#9975)
add bae144c Add Action to add cc'ed people as reviewers (#9934)
No new revisions were added by this update.
Summary of changes:
.../unittest.mk => .github/workflows/cc_bot.yml | 35 ++++++++---
tests/python/unittest/test_ci.py | 28 +++++++++
tests/scripts/git_skip_ci.py | 49 +--------------
tests/scripts/{git_skip_ci.py => git_utils.py} | 73 +++++++++-------------
tests/scripts/github_cc_reviewers.py | 73 ++++++++++++++++++++++
5 files changed, 157 insertions(+), 101 deletions(-)
copy nnvm/tests/cpp/unittest.mk => .github/workflows/cc_bot.yml (51%)
copy tests/scripts/{git_skip_ci.py => git_utils.py} (58%)
mode change 100755 => 100644
create mode 100755 tests/scripts/github_cc_reviewers.py