We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not quite sure how we'd get the old compiled byte code to diff against the new one... but should be possible.
Could be done via a custom Github app, Danger (e.g. see how react's dangerfile does the git actions, or as part of a travis build.
The text was updated successfully, but these errors were encountered:
I think something like Danger could be a great tool for this. I believe they even have integration with the new Github Checks API
Sorry, something went wrong.
Partly done through #387.
Now we just have to figure out how to automate this...
Successfully merging a pull request may close this issue.
Not quite sure how we'd get the old compiled byte code to diff against the new one... but should be possible.
Could be done via a custom Github app, Danger (e.g. see how react's dangerfile does the git actions, or as part of a travis build.
The text was updated successfully, but these errors were encountered: