Use case: often times, a PR is opened with lint errors or danger failures, and those errors are quickly fixed and pushed up to GitHub. I would like to run danger pr against a specific commit in a PR that has danger errors instead of the latest commit, which is fixed.
Use case: often times, a PR is opened with lint errors or danger failures, and those errors are quickly fixed and pushed up to GitHub. I would like to run
danger pr
against a specific commit in a PR that has danger errors instead of the latest commit, which is fixed.Running a command like:
could test my
dangerfile.js
changes against 7fe319d55ce4195ab9c8d439414028b134a63eca (assuming there were some danger failures in those code changes).This would be an alternative to running:
which would leave a comment on the PR in GitHub.
Thoughts?