Skip to content

Commit c31db8d

Browse files
committed
update readme
1 parent 8bc92fe commit c31db8d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ By using the `--minimum` flag you can require a minimum number of pull requests
9797
gh 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

106106
You can also require a set of multiple labels
@@ -127,12 +127,9 @@ gh combine owner/repo --branch-prefix "dependabot/"
127127
gh 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
136133
gh combine owner/repo --ignore-labels wip,dependencies
137134
```
138135

0 commit comments

Comments
 (0)