-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: put some default options to stack group (#568)
Global options `--token` and `--github-server` are related to the `stack` group and should not have their defaults computed for other groups since they may break others commands. --debug is still a global option: $ `mergify --debug stack push` This does not work anymore: $ `mergify --token foobar stack push` Global `stack` options are to be passed like this: $ `mergify stack --token foobar push`
- Loading branch information
1 parent
18ea280
commit aaa1d7f
Showing
2 changed files
with
61 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters