probot / ideas

Share ideas for new GitHub Apps built with Probot
96 stars 48 forks source link

Code review on pull request and repository push #108

Open hadar-cpp-check opened 4 years ago

hadar-cpp-check commented 4 years ago

Hi, I'm new to probot and github marketplace, I'm trying to create an app that will run some code review once a user try to push a commit.

then my code will decide either to pass or fail the push an present the user some error messages incase of failure.

can you please advise what will be the best way to build such a thing?

dudo commented 3 years ago

If you're reviewing code from the repository, I'd suggest building a GitHub Action, instead.