Is it possible to extend bors?

Hi,

I wonder if it is possible to extend bors with plugins/addons?

The functionality I have in mind is to craft the "long" commit message based on metadata in the Github description and then squash and merge with that. I'm guessing forking and just writing the functionality is one way, but that doesn't strike me as very viable long term.

Any ideas on how one can achieve such a thing with bors in the equation?

1 Like

Reading throught the docs I wonder if this might do the trick:
Use the PR description with cut_body_after.

I'll try and do an experiment.