community icon indicating copy to clipboard operation
community copied to clipboard

bincrafters-conventions: ability to skip bot

Open Croydon opened this issue 3 years ago • 3 comments

sometimes it is just unwanted that the bot pushes convention updates, hence there should be a way to skip it

Possibilities:

  • add a tag to PR title
  • OR add a tag to PR description
  • OR add a tag to the latest(?)/any(?) commit message
  • OR detect if bots' commits got reverted (not sure how hard this is)

Croydon avatar Oct 09 '20 14:10 Croydon

Also, maybe put a comment on the line you don't want the bot to modify ?

ericLemanissier avatar Oct 09 '20 14:10 ericLemanissier

I don't like this idea as it would mean having to put tool specific meta data into recipes 🤔

Croydon avatar Oct 09 '20 15:10 Croydon

Usually commit message is used for most CI services, but thinking about CCI, when I open a PR there and the bot updates, I would like something more straightforward, like the first option: add a tag to PR title.

uilianries avatar Oct 13 '20 16:10 uilianries