🚀 Feature: Allow filtering on PR author #19
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request 🚀
Bug Report Checklist
main
branch of the repository.Overview
Right now,
prune-github-notifications
allows filtering onreason
andtitle
. But sometimes an individual will send a PR that just so happens to look like a bot's PR. It'd be nice to be able to filter to just the PRs sent by the bot. A couple of example use cases:author: [/^dependabot[bot]$/]
: would work for many straightforward reposauthor: [/^SomeUser$/, /[bot]$/]
: would ignore one user and all botsLet's add in an
--author
CLI option &author
Node.js option!Additional Info
No response
The text was updated successfully, but these errors were encountered: