Merge pull request #2589 from Kobzol/ci-bors-backticks
Clarify that backtick escaping doesn't work for `@bors try jobs`
This commit is contained in:
commit
3a14fb7c7b
1 changed files with 3 additions and 2 deletions
|
|
@ -151,8 +151,9 @@ which can be used in one of two ways:
|
|||
|
||||
Each job pattern can either be an exact name of a job or a glob pattern that matches multiple jobs,
|
||||
for example `*msvc*` or `*-alt`. You can start at most 20 jobs in a single try build. When using
|
||||
glob patterns, you might want to wrap them in backticks (`` ` ``) to avoid GitHub rendering
|
||||
the pattern as Markdown.
|
||||
glob patterns in the PR description, you can (but do not have to) wrap them in backticks (`` ` ``) to avoid GitHub rendering
|
||||
the pattern as Markdown if it contains e.g. an asterisk. Note that this escaping will not work when using
|
||||
the `@bors jobs=` parameter.
|
||||
|
||||
The job pattern needs to match one or more jobs defined in the `auto` or `optional` sections
|
||||
of [`jobs.yml`]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue