diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-09-15 09:45:19 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-09-15 09:45:19 +0200 |
| commit | 7b0b0bbefa8d0dd3ff3e1698c76db247e8641fe6 (patch) | |
| tree | 720b34afa6e6cb093ec64890c2f494b52645c07a /src/doc/rustc-dev-guide | |
| parent | ee63b075395b40cd19b9ef00580f5297fb8222cc (diff) | |
| download | rust-7b0b0bbefa8d0dd3ff3e1698c76db247e8641fe6.tar.gz rust-7b0b0bbefa8d0dd3ff3e1698c76db247e8641fe6.zip | |
Clarify that backtick escaping doesn't work for `@bors try jobs`
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ci.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ci.md b/src/doc/rustc-dev-guide/src/tests/ci.md index a8cc959124f..a32edd72401 100644 --- a/src/doc/rustc-dev-guide/src/tests/ci.md +++ b/src/doc/rustc-dev-guide/src/tests/ci.md @@ -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 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`]: |
