Is it possible to change the name of the CI status bors sets?

I know that it is possible to customize the COMMAND_TRIGGER env var to set the trigger name used by bors. Is it possible to configure the name of the CI status it sets in a similar way?

Alternatively, if it's not possible yet, any pointers to where in the code we'd need to update things? Happy to send a PR :smiley:

I think this is the line you want to change:

1 Like

Great, and thank you.

I'll give this a try locally hard coding the change, and if that works I'll try and put together a PR to make it configurable.