# Code owners for rhiza-task.
#
# Pull requests that modify matching paths require an approving review from a listed
# owner. That requirement is enforced by `require_code_owner_review` in
# .github/rulesets/main-branch-protection.json.
#
# Repository admins can still bypass, per that ruleset's `bypass_actors` entry, so a
# maintainer can self-merge without waiting for a second reviewer. Note what that costs:
# this file constrains who *can* approve, and the ruleset constrains what may reach main,
# but neither records that a human actually reviewed a bypassed merge. So the protection
# it buys is real for anyone without admin and advisory for anyone with it.
#
# One owner, not the `@Jebel-Quant/rhiza` team the upstream copy names: that team has no
# access to this repository, and GitHub treats an owner without write access as unknown --
# which would make `require_code_owner_review` unsatisfiable rather than strict.

# Default owner for everything in the repository.
*       @tschm
