Closed
Description
It's very useful to be able to not trigger bors (old or new) when you want to show an bors invocation for whatever reason. In old bors, I believe there's special logic to prevent old bors to interpret @bors try
or similar invocations within inline code blocks or code blocks. However, this doesn't seem to be carried forward to new bors.
Reproduction steps
- User writes
Reminder (for myself): if try job fails, use
@bors2 try
to try out new bors - Old bors: nothing
- New bors: tries to interpret as
@bors2 try` to try out new bors
and fails because ``try``` is not a valid command. See forward the bootstraprunner
torun-make
rust#141856 (comment).
Expected behavior
Ignored, because user is most likely trying to demonstrate the invocation and not actually run it.
Actual behavior (new bors)
New bors tries to run it.