Skip to content
Open
Changes from all commits
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
26 changes: 26 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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.
#
# divine-web is not in the per-repo mapping in divine-context
# PR_REVIEW_TEAMS.md, so the default applies: @divinevideo/reviewers owns
# review requests for the whole repository.
#
# Two ways a line here can fail, one silent, one reported:
# - A pattern matching no path is silently inert.
# - A team without write access to this repository is an "Unknown owner":
# GitHub flags it on this file's page and at
# /repos/divinevideo/divine-web/codeowners/errors, which takes a ref, so a
# branch can be checked before merge:
# gh api "repos/divinevideo/divine-web/codeowners/errors?ref=<branch>"
#
# If platform routing is added later, the team needs write access here first
# (the "Unknown owner" check above covers that), and compute-js/ — the Fastly
# edge config with the live service id, backends, KV and secret stores — is
# the path that earns it. wrangler.toml is a three-line Cloudflare Pages

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrangler.toml is six lines and three keys — the two ABOUTME comments and a blank line come first. "three-key" is what the PR description says, and it is the accurate half.

Suggested change
# the path that earns it. wrangler.toml is a three-line Cloudflare Pages
# the path that earns it. wrangler.toml is a three-key Cloudflare Pages

# build config. Order matters if lines are added: the LAST matching pattern
# wins, so keep the catch-all first.

* @divinevideo/reviewers
Loading