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.
1 parent bb22fff commit 3a79272Copy full SHA for 3a79272
src/tests/ci.md
@@ -151,7 +151,7 @@ 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 in the PR description, you can wrap them in backticks (`` ` ``) to avoid GitHub rendering
+glob patterns in the PR description, you can (but do not have to) 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.
157
0 commit comments