Skip to content

Commit 680a300

Browse files
authored
Merge pull request #262 from dennisschagt/markdown-escape-pipe
Escape `|` to avoid interpreting it as column seperator on Github
2 parents fb97301 + 716e71b commit 680a300

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

docs/commands.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
Here is a list of commands currently supported by bors. All commands have to be prefixed by the *command prefix*,
33
which is by default set to `@bors`.
44

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. Alias for `priority=` |
21-
| `delegate+` | `review` | Delegate review permissions to the PR author. |
22-
| `delegate=<try|review>` | `review` | Delegate try or review permissions 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. |
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. Alias for `priority=` |
21+
| `delegate+` | `review` | Delegate review permissions to the PR author. |
22+
| `delegate=<try\|review>` | `review` | Delegate try or review permissions 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

Comments
 (0)