JoshuaKGoldberg / JoshuaKGoldberg/prune-github-notifications
🚀 Feature: Allow --title to be an array
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 0
- Avg merge
- 12m
- Merged PRs (30d)
- 35
Description
### Bug Report Checklist
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](https://github.com/JoshuaKGoldberg/prune-github-notifications/issues?q=is%3Aissue) and found none that matched my issue.
### Overview
Right now, the `--title` option can only be a single `string`, and the Node.js `title` option property can only be a single `RegExp`.
But, I'm imagining folks will want to provide multiple options for that. It'd be inconvenient to have to list a bunch of not-similar options as cases in a single regexp.
Let's change `--title` / `title` to allow an array of inputs!
### Additional Info
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.