We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@bors try jobs
1 parent b9438a6 commit bb22fffCopy full SHA for bb22fff
1 file changed
src/tests/ci.md
@@ -151,8 +151,9 @@ which can be used in one of two ways:
151
152
Each job pattern can either be an exact name of a job or a glob pattern that matches multiple jobs,
153
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.
+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
156
+the `@bors jobs=` parameter.
157
158
The job pattern needs to match one or more jobs defined in the `auto` or `optional` sections
159
of [`jobs.yml`]:
0 commit comments