Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr3/quiet-code-owners
A github action to have code owners without the notification spam
https://github.com/dr3/quiet-code-owners
Last synced: 1 day ago
JSON representation
A github action to have code owners without the notification spam
- Host: GitHub
- URL: https://github.com/dr3/quiet-code-owners
- Owner: dr3
- License: mit
- Created: 2023-04-07T10:53:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T17:46:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T22:32:49.111Z (10 days ago)
- Language: TypeScript
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiet Code Owners
A low noise code owners sollution.
## Why?
At the moment [there is no way to have code owners without notification spam](https://github.com/orgs/community/discussions/35673#discussion-4459776). As most people typically don't use the draft PR feature, if you're a code owner you get an email requesting review (and subscribed to all notifications) as soon as the PR opens.
Quiet Code Owners stops this by letting the PR author request reviews manually when theyre ready, while still protecting your main branch with a CI check.
## How?