paritytech / parity-processbot

GNU Lesser General Public License v3.0
11 stars 8 forks source link

processbot features which are intended to be removed or deprecated #356

Open joao-paulo-parity opened 2 years ago

joao-paulo-parity commented 2 years ago

Deprecated

Removed

Could be removed, but requires more work

Suggestions

TriplEight commented 2 years ago

bor merge (or bor merge $branch) comment. My idea is the backend should be implemented within pre-merge pipelines tool. Whereas the "frontend" as in reading the comment from PR should remain in the processor.

  1. this logic is already implemented in pre-merge pipelines tool
  2. the result of bot merge does the same as the pre-merge tool (but also pushes the commit). So it can do all the following tool's activities. And then one can put the automerge label and it merges if all goes well.