-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
Create --dry-run
for pr merge
#733
Create --dry-run
for pr merge
#733
Conversation
a85d468
to
977c904
Compare
87a403a
to
778bbac
Compare
…n pr merge tooling Rather than prompting for confirmation before checking for merge conflicts, allowing for the tool to potentially fail before the merge occurs but after the user has confirmed the action via prompt. The conflicts should be detected so that when prompting for final confirmation, the user can be assured the actual merge will occur as expected.
Add a --dry-run flag to allow for checking if a PR is currently mergable into its target branches in the current state.
5f43df3
to
32d3e6c
Compare
…t and clean-up nit Update generated file
…t and clean-up nit Better logging
…t and clean-up nit Better logging
This PR was merged into the repository by commit 418ef13. |
Add a --dry-run flag to allow for checking if a PR is currently mergable into its target branches in the current state. PR Close #733
FYI: I just improved the logging a little bit, and also avoided the second |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
See individual commits.