We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c8085 commit bc5ea13Copy full SHA for bc5ea13
README.md
@@ -67,7 +67,7 @@ Only `auth` is required, and only if a `GH_TOKEN` isn't available.
67
| `auth` | `string` | `process.env.GH_TOKEN` | GitHub authentication token with _notifications_ access. |
68
| `bandwidth` | `number` | `6` | Maximum parallel requests to start at once. |
69
| `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. |
+| `title` | `RegExp` | `/^chore\(deps\): update .+ to/` | Notification title regular expression to filter to. |
71
72
For example, providing all options to the Node.js API:
73
0 commit comments