- 
                Notifications
    You must be signed in to change notification settings 
- Fork 72
feat: add --manual-commit flag #552
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
base: master
Are you sure you want to change the base?
Conversation
| Great future! Will multi-gitter still open the PR/MR as long as the script does the commits? That is not really clear from the docstring for me. | 
| 
 This is indeed how it works. Do you have a suggestion to make it clearer while not being too long? | 
| cmd.Flags().IntP("concurrent", "C", 1, "The maximum number of concurrent runs.") | ||
| cmd.Flags().BoolP("skip-pr", "", false, "Skip pull request and directly push to the branch.") | ||
| cmd.Flags().BoolP("push-only", "", false, "Skip pull request and only push the feature branch.") | ||
| cmd.Flags().BoolP("manual-commit", "", false, "Don't automatically commit changes. The script must commit the changes itself. Multiple commits are allowed.") | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cmd.Flags().BoolP("manual-commit", "", false, "Don't automatically commit changes. The script must commit the changes itself. Multiple commits are allowed.") | |
| cmd.Flags().BoolP("manual-commit", "", false, "Let the script commit the changes, multiple commits are allowed, Multi-gitter will still open a pull request when changes are detected.") | 
| +1 for this feature | 
| @tomasvanrijsse Please test this branch and verify if it's working as you would expect. | 
| I used this branch with the  What would this PR need before it could be merged? | 
WIP