|
2 | 2 | Here is a list of commands currently supported by bors. All commands have to be prefixed by the *command prefix*,
|
3 | 3 | which is by default set to `@bors`.
|
4 | 4 |
|
5 |
| -| **Command** | **Permissions** | **Description** | |
6 |
| -|--------------------|-----------------|-------------------------------------------------------------------------| |
7 |
| -| `ping` | | Send a ping to bors to check that it responds. | |
8 |
| -| `try` | `try` | Start a try build based on the most recent commit from the main branch. | |
9 |
| -| `try parent=<sha>` | `try` | Start a try build based on the specified parent commit `sha`. | |
10 |
| -| `try cancel` | `try` | Cancel a running try build. | |
11 |
| -| `p=<priority>` | `review` | Set the priority of a PR. | |
12 |
| -| `delegate+` | `review` | Delegate approval authority to the PR author. | |
13 |
| -| `delegate-` | `review` | Remove any previously granted delegation. | |
| 5 | +| **Command** | **Permissions** | **Description** | |
| 6 | +|---------------------------------------|-----------------|------------------------------------------------------------------------------------| |
| 7 | +| `ping` | | Send a ping to bors to check that it responds. | |
| 8 | +| `help` | | Print help message with available commands. | |
| 9 | +| `r+` | `review` | Approve this PR. | |
| 10 | +| `r+ p=<priority>` | `review` | Approve this PR with specified priority. | |
| 11 | +| `r+ rollup=<never/iffy/maybe/always>` | `review` | Approve this PR with specified rollup status. | |
| 12 | +| `r=<user>` | `review` | Approve this PR on behalf of specified user. | |
| 13 | +| `r=<user> p=<priority>` | `review` | Approve this PR on behalf of specified user with priority. | |
| 14 | +| `r-` | `review` | Unapprove this PR. | |
| 15 | +| `try` | `try` | Start a try build based on the most recent commit from the main branch. | |
| 16 | +| `try parent=<sha>` | `try` | Start a try build based on the specified parent commit `sha`. | |
| 17 | +| `try parent=last` | `try` | Start a try build based on the parent commit of the last try build. | |
| 18 | +| `try jobs=<job1,job2,...>` | `try` | Start a try build with specific CI jobs (up to 10). | |
| 19 | +| `try cancel` | `try` | Cancel a running try build. | |
| 20 | +| `p=<priority>` | `review` | Set the priority of a PR. | |
| 21 | +| `priority=<priority>` | `review` | Set the priority of a PR (alias for p=). | |
| 22 | +| `delegate+` | `review` | Delegate approval authority to the PR author. | |
| 23 | +| `delegate-` | `review` | Remove any previously granted delegation. | |
| 24 | +| `rollup=<never/iffy/maybe/always>` | `review` | Set the rollup mode of a PR. | |
| 25 | +| `rollup` | `review` | Mark PR for rollup with "always" status. | |
| 26 | +| `rollup-` | `review` | Mark PR for rollup with "maybe" status. | |
| 27 | +| `info` | | Get information about the current PR. | |
0 commit comments