Skip to content

Commit bc5ea13

Browse files
docs: fix Node.js title option to be regex in README.md
1 parent a1c8085 commit bc5ea13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Only `auth` is required, and only if a `GH_TOKEN` isn't available.
6767
| `auth` | `string` | `process.env.GH_TOKEN` | GitHub authentication token with _notifications_ access. |
6868
| `bandwidth` | `number` | `6` | Maximum parallel requests to start at once. |
6969
| `reason` | `Set<string>` | `Set {"subscribed"}` | Notification reason(s) to filter to. |
70-
| `title` | `string` | `/^chore\(deps\): update .+ to/` | Notification title regular expression to filter to. |
70+
| `title` | `RegExp` | `/^chore\(deps\): update .+ to/` | Notification title regular expression to filter to. |
7171

7272
For example, providing all options to the Node.js API:
7373

0 commit comments

Comments
 (0)