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
9797gh combine owner/repo --minimum 3
9898```
9999
100- ### Only Combine Pull Requests that match a given Label
100+ ### Only Combine Pull Requests that match a given Label(s)
101101
102102``` bash
103- gh combine owner/repo --label dependencies
103+ gh combine owner/repo --labels dependencies
104104```
105105
106106You can also require a set of multiple labels
@@ -127,12 +127,9 @@ gh combine owner/repo --branch-prefix "dependabot/"
127127gh combine owner/repo --branch-suffix " -some-cool-feature"
128128```
129129
130- ### Ignore Pull Requests that have a certain Label
130+ ### Ignore Pull Requests that have a certain Label(s)
131131
132132``` bash
133- gh combine owner/repo --ignore-label wip
134-
135- # or use the --ignore-labels flag if you want to ignore multiple labels
136133gh combine owner/repo --ignore-labels wip,dependencies
137134```
138135
You can’t perform that action at this time.
0 commit comments