You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Basic usage of the `combine` command to combine multiple dependent pull requests
39
39
gh combine owner/repo
40
40
```
41
41
42
+
> By default, this command runs with the `--branch-prefix dependabot/` flag set. All branches in the `owner/repo` repository that start with `dependabot/` will be combined.
43
+
42
44
### With Passing CI
43
45
44
46
Combine multiple pull requests together but only if their CI checks are passing:
0 commit comments