Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Routes review requests automatically when a pull request opens.
#
# Branch protection decides whether a pull request may merge; this decides who
# gets asked. Without it, requesting a reviewer is a step the author has to
# remember, and a skipped request looks exactly like a completed one.
#
# Order matters: the LAST matching pattern wins. Keep the catch-all first.
#
# Only paths that exist in this repository are listed. A pattern matching no
# path is silently inert, as is a team without write access here — GitHub
# reports neither.
Comment thread
realmeylisdev marked this conversation as resolved.
Outdated

* @divinevideo/reviewers

# Platform-sensitive paths, per PR_REVIEW_TEAMS.md: production deployment and
# routing. wrangler.toml carries the Worker's routes, bindings and environment,
# so an incorrect final state here misdirects live traffic rather than breaking
# one feature.
Comment thread
realmeylisdev marked this conversation as resolved.
Outdated
/.github/workflows/ @divinevideo/platform
/wrangler.toml @divinevideo/platform
Comment thread
realmeylisdev marked this conversation as resolved.
Outdated

# Changing who reviews what is itself a platform decision.
/.github/CODEOWNERS @divinevideo/platform
Loading