|
|
|
|
|
by hichkaker
2147 days ago
|
|
Thanks! We are going to add an example to our website and perhaps publish it as a Github App. The flow is:
For every whitelisted (say, SQL) file changed by a pull request, our bot compares the production data (produced by the master branch) vs. the data output of the new branch and pastes the diff as a comment to the PR.
Some YAML configuration is needed to, for example, adjust it to your repo file structure. |
|