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

Add bors for mergebot action #8

Merged
merged 1 commit into from
Feb 7, 2020
Merged

Add bors for mergebot action #8

merged 1 commit into from
Feb 7, 2020

Commits on Feb 7, 2020

  1. Add bors for mergebot action

    See documentation https://bors.tech/documentation/getting-started/ and https://bors.tech/documentation/
    
    Syntax 		Description
    bors r+ 	Run the test suite and push to master if it passes. Short for “reviewed: looks good.”
    bors merge 	Equivalent to bors r+.
    bors r=[list] 	Same as r+, but the “reviewer” in the commit log will be recorded as the user(s) given as the argument.
    bors merge=[list] 	Equivalent to bors r=[list]
    bors r- 	Cancel an r+, r=, merge, or merge=
    bors merge- 	Equivalent to bors r-
    bors try 	Run the test suite without pushing to master.
    bors try- 	Cancel a try
    bors delegate+
    bors d+ 	Allow the pull request author to r+ their changes.
    bors delegate=[list]
    bors d=[list] 	Allow the listed users to r+ this pull request’s changes.
    bors ping 	Check if bors is up. If it is, it will comment with pong.
    bors retry 	Run the previous command a second time.
    bors p=[priority] 	Set the priority of the current pull request. Pull requests with different priority are never batched together. The pull request with the bigger priority number goes first.
    bors r+ p=[priority] 	Set the priority, run the test suite, and push to master (shorthand for doing p= and r+ one after the other).
    bors merge p=[priority] 	Equivalent to bors r+ p=[priority]
    
    The keyword (bors) may be separated with a space or a colon. That is, bors try and bors: try are the same thing. Also, the command will be recognized if, and only if, the word “bors” is at the beginning of a line.
    
    Signed-off-by: Brent Baude <bbaude@redhat.com>
    baude committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c908394 View commit details
    Browse the repository at this point in the history