rallytime / tamarack

A bot built with Tornado to automate common pull request tasks. Specifically designed for use with the SaltStack repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to comment on PRs lint tests fail

rallytime opened this issue · comments

We need to add the ability to comment on PRs we test results come back from Jenkins. The easiest one to start with would likely be the pylint run. If the pylint run fails are there are results available, comment on the PR to let the user know.

Something like:

@<user-name>: There is a lint failure on this pull request. The lint items must be fixed before the pull request can be merged.

<link-to-lint-violations-page>

#4 will need to be solved first before this one.