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

[ci] Add GitHub Actions bot to merge PRs on demand #10833

Merged
merged 4 commits into from
May 24, 2022

Commits on May 19, 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 May 19, 2022
    Configuration menu
    Copy the full SHA
    7c10ee6 View commit details
    Browse the repository at this point in the history
  2. Address comments

    driazati committed May 19, 2022
    Configuration menu
    Copy the full SHA
    5d4dbc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f49c19c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b74a5a View commit details
    Browse the repository at this point in the history