notifier-for-github
notifier-for-github copied to clipboard
feature request: filter notification by regex
Rationale
Being able to ignore PR/issues from automation bots (e.g version packages PR from changeset would be very useful in reducing cognitive load.
Solution
Add a configuration, 'blocklist notification by regex'. Issues/PRs matching given regular expression will be omitted from:
- sending alarm sound
- contributing to total number of notification
Alternatives
being able to ignore PRs/issues from bots.
Related: if not regex, being able to specify a GitHub filter, e.g. "reason:review-requested or reason:assigned" would also serve.
Me like, I have notification fatigue because I'm in a codeowners group for a large swatch of code and I get notified for so many PRs, most of which I'm not actually going to review.
This would be so great. I was thinking of adding it myself, but I'm not a js developer. Even just trying to get a dev environment up and running is proving difficult.