We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
If you're reviewing code from the repository, I'd suggest building a GitHub Action, instead.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: