Send notifications by email via contacts provided in maintainers.nix
entry #170
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a maintainer of a Nixpkgs derivation, I want to get automatically notified by email when a notification is due.
Implementation notes
Provide functions in the backend to email maintainers of a given package, if these maintainers are known in the database, we can apply in addition their notification preferences.
notify_maintainers_of_package(package)
notify_maintainers(security issue)
Reminding maintainers of their packages could be done by iterating over all packages with a status awaiting maintainers intervention and notifying them again.
Depends on: