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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,14 @@ By using the `--minimum` flag you can require a minimum number of pull requests
126
126
gh combine owner/repo --minimum 3
127
127
```
128
128
129
+
### Do Not Auto-Close Linked PRs
130
+
131
+
By default, the source pull requests that are combined into the new pull request will be automatically closed when the combined Pr merges by adding the `closes` keyword to the new pull request. This can be disabled by using the `--no-autoclose` flag.
132
+
133
+
```bash
134
+
gh combine owner/repo --no-autoclose
135
+
```
136
+
129
137
### Only Combine Pull Requests that match a given Label(s)
0 commit comments