Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

test #12

wants to merge 4 commits into from

Commits on Mar 31, 2022

  1. [ci] Add GitHub Actions bot to merge PRs on demand

    This implements https://discuss.tvm.apache.org/t/rfc-allow-merging-via-pr-comments/12220. The bot can be invoked from a top-level review comment or via a regular PR comment. The text `@tvm-bot merge` anywhere in the body will trigger the bot. Right now it checks that the latest commit is reviewed and that all CI jobs that have run on that commit are successful. If it fails, it will leave a comment on the PR with the reason.
    
    This is just a start and some features are left for followups:
    * Various TODOs throughout the code
    * "Scheduled" merges that happen once CI finishes
    * Allowing committers to merge without getting a fresh review for changes after an approval
    driazati committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a47c9f5 View commit details
    Browse the repository at this point in the history
  2. something else

    Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
    driazati committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    59056df View commit details
    Browse the repository at this point in the history
  3. Revert "something else"

    This reverts commit b5947f7.
    driazati committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    cbd9c59 View commit details
    Browse the repository at this point in the history
  4. test

    driazati committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    496497a View commit details
    Browse the repository at this point in the history