# CODEOWNERS - Defines code owners for the repository
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# The `master-protect` ruleset requires code-owner approval on every PR.
# Isaac and Ian are the only active reviewers and both have admin on the repo,
# so a single catch-all rule makes either of them a valid reviewer for any path.

# Default owners for everything
* @isaacfab @iankloo
