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
16 changes: 16 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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:
# gh api repos/wave-av/sdk/codeowners/errors # expect {"errors":[]}
# Later rules take precedence over earlier ones.

# Default owner for everything.
* @yakimoto

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

This file was deleted.

Loading