You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/24 11:05:43 UTC

[tvm] branch last-successful updated (603a7b582b -> 59d4c02a24)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 603a7b582b [Arith] Allow unused trivial iterators in bijective check (#11425)
     add 59d4c02a24 [ci] Add GitHub Actions bot to merge PRs on demand (#10833)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/merge.yml                        |  27 +
 .gitignore                                         |   2 +
 tests/python/ci/sample_prs/pr10786-badci.json      | 129 +++++
 .../ci/sample_prs/pr10786-changes-requested.json   | 130 +++++
 tests/python/ci/sample_prs/pr10786-co-authors.json | 129 +++++
 .../ci/sample_prs/pr10786-invalid-author.json      | 129 +++++
 tests/python/ci/sample_prs/pr10786-merges.json     | 129 +++++
 .../python/ci/sample_prs/pr10786-missing-job.json  | 129 +++++
 .../python/ci/sample_prs/pr10786-nottriggered.json | 129 +++++
 tests/python/ci/sample_prs/pr10786-oldreview.json  | 129 +++++
 .../sample_prs/pr11244-unauthorized-comment.json   | 103 ++++
 tests/python/ci/sample_prs/pr11267-no-review.json  | 142 ++++++
 tests/python/ci/sample_prs/pr11276-no-review.json  | 157 ++++++
 tests/python/ci/test_mergebot.py                   | 142 ++++++
 tests/scripts/git_utils.py                         |  17 +-
 tests/scripts/github_mergebot.py                   | 554 +++++++++++++++++++++
 16 files changed, 2171 insertions(+), 6 deletions(-)
 create mode 100644 .github/workflows/merge.yml
 create mode 100644 tests/python/ci/sample_prs/pr10786-badci.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-changes-requested.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-co-authors.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-invalid-author.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-merges.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-missing-job.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-nottriggered.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-oldreview.json
 create mode 100644 tests/python/ci/sample_prs/pr11244-unauthorized-comment.json
 create mode 100644 tests/python/ci/sample_prs/pr11267-no-review.json
 create mode 100644 tests/python/ci/sample_prs/pr11276-no-review.json
 create mode 100644 tests/python/ci/test_mergebot.py
 create mode 100755 tests/scripts/github_mergebot.py