Summary
Add a subscription feature to receive
email notifications
(preferably
hourly digest
) for
repository changes
such as
direct commits/pushes to default branch
,
new branches
, and
new tags
, across
all repos in a project
, without requiring pipelines.
Problem
Many teams manage hundreds or thousands of repositories and need lightweight monitoring when code changes happen. PR-based notifications don’t cover cases where changes are pushed directly to branches or when tags/branches are created. Building pipelines for every repository just to get notifications is not desirable.
Requested Capability
A project-level (or org-level) setting to:
* Subscribe to repo events:
* Push/commit to default branch (e.g.,
main
)
* Branch created
* Tag created
* Choose recipients:
* Repo admins and/or configured email distro list / user groups
* Choose notification style:
* Hourly digest (preferred), optionally immediate/daily
* Scope:
* All repositories in a project (with optional include/exclude filters)
Why it matters
* Improves governance/visibility for large repo fleets
* Supports compliance and operational awareness
* Avoids requiring pipelines or custom tooling purely for notifications
Created by Pedro Mastelaro
·