File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ By using the `--minimum` flag you can require a minimum number of pull requests
97
97
gh combine owner/repo --minimum 3
98
98
```
99
99
100
- ### Only Combine Pull Requests that match a given Label
100
+ ### Only Combine Pull Requests that match a given Label(s)
101
101
102
102
``` bash
103
- gh combine owner/repo --label dependencies
103
+ gh combine owner/repo --labels dependencies
104
104
```
105
105
106
106
You can also require a set of multiple labels
@@ -127,12 +127,9 @@ gh combine owner/repo --branch-prefix "dependabot/"
127
127
gh combine owner/repo --branch-suffix " -some-cool-feature"
128
128
```
129
129
130
- ### Ignore Pull Requests that have a certain Label
130
+ ### Ignore Pull Requests that have a certain Label(s)
131
131
132
132
``` bash
133
- gh combine owner/repo --ignore-label wip
134
-
135
- # or use the --ignore-labels flag if you want to ignore multiple labels
136
133
gh combine owner/repo --ignore-labels wip,dependencies
137
134
```
138
135
You can’t perform that action at this time.
0 commit comments