File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,9 @@ which can be used in one of two ways:
151
151
152
152
Each job pattern can either be an exact name of a job or a glob pattern that matches multiple jobs,
153
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.
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.
156
157
157
158
The job pattern needs to match one or more jobs defined in the ` auto ` or ` optional ` sections
158
159
of [ ` jobs.yml ` ] :
You can’t perform that action at this time.
0 commit comments