sindresorhus/notifier-for-github

feature request: filter notification by regex

Open

#295 opened on May 22, 2024

View on GitHub
 (3 comments) (2 reactions) (0 assignees)JavaScript (144 forks)user submission
enhancementhelp wanted

Repository metrics

Stars
 (1,965 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide