Skip to content

Commit

Permalink
docs: fix Node.js title option to be regex in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 7, 2024
1 parent a1c8085 commit bc5ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Only `auth` is required, and only if a `GH_TOKEN` isn't available.
| `auth` | `string` | `process.env.GH_TOKEN` | GitHub authentication token with _notifications_ access. |
| `bandwidth` | `number` | `6` | Maximum parallel requests to start at once. |
| `reason` | `Set<string>` | `Set {"subscribed"}` | Notification reason(s) to filter to. |
| `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. |

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

Expand Down

0 comments on commit bc5ea13

Please sign in to comment.