Skip to content

Commit bb22fff

Browse files
committed
Clarify that backtick escaping doesn't work for @bors try jobs
1 parent b9438a6 commit bb22fff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tests/ci.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ which can be used in one of two ways:
151151

152152
Each job pattern can either be an exact name of a job or a glob pattern that matches multiple jobs,
153153
for example `*msvc*` or `*-alt`. You can start at most 20 jobs in a single try build. When using
154-
glob patterns, you might want to wrap them in backticks (`` ` ``) to avoid GitHub rendering
155-
the pattern as Markdown.
154+
glob patterns in the PR description, you can wrap them in backticks (`` ` ``) to avoid GitHub rendering
155+
the pattern as Markdown if it contains e.g. an asterisk. Note that this escaping will not work when using
156+
the `@bors jobs=` parameter.
156157

157158
The job pattern needs to match one or more jobs defined in the `auto` or `optional` sections
158159
of [`jobs.yml`]:

0 commit comments

Comments
 (0)