-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
GitHub app for PR validation #1
Comments
romanrostislavovich
added a commit
to romanrostislavovich/github-bot
that referenced
this issue
Jun 26, 2018
Added init docs: - `README.md` - sturture Closes repometric#1
Merged
xferra
pushed a commit
that referenced
this issue
Jun 26, 2018
Added init docs: - `README.md` - sturture Closes #1
xferra
changed the title
Create GitHub bot which validate PR
GitHub app for PR validation
Jun 26, 2018
NOTE: Trigger not only when PR created, but when PR changed as well (reopened, new commits, etc.). |
@repometric/contributors any volunteers? |
I'm already in progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To check PR's validity a GitHub Bot should be created which runs a console command and send its results back to the PR.
The bot should work based on the following principles:
OK
orReject
For bot's creation you'll need:
Implementation should include:
Reject
status should be sent.4.1.
GitHubToken
-required
attribute4.2.
GitHubName
- Bot's name:optional
,linter-bot
by default4.3.
GitHubURL
- link to a Bot:optional
,repometric.com
by default4.4.
TempPath
- path to a temporary folder:optional
,temp
by default4.5.
GitPath
- path to GIT work directory:optional
,/usr/bin/git/
by default5.1 locally - possibility to run the Bot locally is required
5.2 via docker - launching the Bot via docker with the possibility of parameters configuration transfer
5.3 via the cloud (using docker) - using the Bot in the cloud (using docker)
Components that might help you:
The text was updated successfully, but these errors were encountered: