arquillian / ike-prow-plugins

Set of plugins for Prow automation platform
Apache License 2.0
9 stars 10 forks source link

Create a review comment updater #198

Open MatousJobanek opened 6 years ago

MatousJobanek commented 6 years ago

Usually, when a reviewer makes a review of a PR, then (when it is necessary) he adds several comments/suggestions inline at the respective lines of the code. Then the developer updates the PR with one or more commits to address the comments. However, it is sometimes hard to follow which commit implements which suggestions. So, the plugin could check the updated lines in every commit and if it contains changes at same line any of the comments were placed at, then it would reference the commit as a response to the corresponding comment. An example of what it could look like: obrazek

The difference is that the comment would be placed by alien-ike and the general message could contain for example: Updated in 5ec1957