Skip to content
Open
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CODEOWNERS - GitHub auto-requests review from the listed owners on matching paths.
# Every handle here must be a user or team with write access to this repository;
# an unresolvable handle is silently ignored and any "require Code Owner review"
# rule becomes unsatisfiable. Validate after editing — pass the edited ref, because
# without `ref` the endpoint inspects the default branch, not your change:
# gh api 'repos/wave-av/examples/codeowners/errors?ref=<branch-or-commit>' # expect {"errors":[]}
# Later rules take precedence over earlier ones.
#
# This repository has a single maintainer. GitHub does not let a pull request's
# author satisfy a Code Owner review of their own change, so "require review from
# Code Owners" must NOT be enabled on the branch protection until a second owner
# with write access is added below; today the file only drives review requests.

# Default owner for everything.
* @yakimoto
Comment thread
yakimoto marked this conversation as resolved.
Comment thread
yakimoto marked this conversation as resolved.

# Release-critical surfaces: CI/CD, package manifest, release tooling, ownership.
/.github/workflows/ @yakimoto
/package.json @yakimoto
/scripts/ @yakimoto
/.github/CODEOWNERS @yakimoto
2 changes: 0 additions & 2 deletions CODEOWNERS

This file was deleted.

Loading