delimiter icon indicating copy to clipboard operation
delimiter copied to clipboard

Add a route for showing CSV-friendly diff of a GitHub pull request

Open timwis opened this issue 6 years ago • 1 comments

e.g. /diff/timwis/demo-data/123 will fetch the git diff of PR #123 from the timwis/demo-data repo and render it in a CSV-friendly format (via daff).

This would allow data maintainers to review pull requests submitted by others, whether or not they were submitted via delimiter. For those that are submitted by delimiter, we could even put a link to this URL in the body of the pull request.

timwis avatar Feb 21 '19 11:02 timwis

Oh! We could make a GitHub App that automatically adds preview links when a pull request is created, just like netlify adds deploy preview links to pull requests.

timwis avatar Feb 22 '19 12:02 timwis