Review Bots - The Code
Great. I have some Machine Learning models to categorise Pull Requests. But, how do I build a bot?
Do I make a Github Action or a Github Application?
How could I implement it?
Well, part of the motivation for this was to make these bots simple to use and manage across many repositories.
If I made a Github Action, I’d need to create a workflow in every repository. But, if I used a Github Application, I could install it once and it could be run on every repo!