We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d7f18 commit 0ef96ceCopy full SHA for 0ef96ce
internal/cmd/root.go
@@ -39,7 +39,7 @@ func NewRootCmd() *cobra.Command {
39
Short: "Combine multiple pull requests into a single PR",
40
Long: `Combine multiple pull requests that match specific criteria into a single PR.
41
Examples:
42
- # Basic usage with a single repository
+ # Basic usage with a single repository (will default to "--branch-prefix dependabot/" and "--minimum 2")
43
gh combine octocat/hello-world
44
45
# Multiple repositories (comma-separated)
0 commit comments