Wildcard in status name?

How do I use a wildcard in the name of a status? I could have sworn that it was in the docs at some point, but I can't find it.

To be concrete, I currently have the following bors.toml:

status = [
    "FreeBSD JULIA_VERSION:1.3",
    "FreeBSD JULIA_VERSION:nightly",
]

I'd like to have a single status entry that signifies "anything starting with FreeBSD".

Percent sign: %.

1 Like