sindresorhus/notifier-for-github

feature request: filter notification by regex

Open

#295 geöffnet am 22. Mai 2024

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (144 Forks)user submission
enhancementhelp wanted

Repository-Metriken

Stars
 (1.965 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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