Skip to content

Commit 0ef96ce

Browse files
committed
using sane defaults geared towards dependabot
1 parent 71d7f18 commit 0ef96ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewRootCmd() *cobra.Command {
3939
Short: "Combine multiple pull requests into a single PR",
4040
Long: `Combine multiple pull requests that match specific criteria into a single PR.
4141
Examples:
42-
# Basic usage with a single repository
42+
# Basic usage with a single repository (will default to "--branch-prefix dependabot/" and "--minimum 2")
4343
gh combine octocat/hello-world
4444
4545
# Multiple repositories (comma-separated)

0 commit comments

Comments
 (0)