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 8727c60 [onnx] fix onnx where broadcast (#10106)
add a91b518 Add bot to ping reviewers after no activity (#9973)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ping_reviewers.yml | 21 ++++
docs/contribute/code_review.rst | 8 ++
tests/python/unittest/test_ci.py | 134 +++++++++++++++++++-
tests/scripts/ping_reviewers.py | 232 +++++++++++++++++++++++++++++++++++
4 files changed, 394 insertions(+), 1 deletion(-)
create mode 100644 .github/workflows/ping_reviewers.yml
create mode 100755 tests/scripts/ping_reviewers.py