Skip to content

Escaping job wildcard via backtick does not work #430

@RalfJung

Description

@RalfJung

I issued the command

@bors try jobs=`dist-various-*`

which did not work:

Unknown value for argument "jobs". Run @bors2 help to see available commands.

That error is not super helpful, I know about the command, I just don't know how to escape *... and the help text does not indicate that it seems.

I expected this to work similar to "try-job: dist-various-*" in the PR description. The docs even say

When using glob patterns, you might want to wrap them in backticks (`) to avoid GitHub rendering the pattern as Markdown.

but that does only seem to apply to jobs defined in the PR description (whereas the docs make it sound like it also should work for the jobs command parameter).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions