# CODEOWNERS - Require approval from repo owners for critical files
#
# This is a security measure to prevent unauthorized changes to
# GitHub Actions workflows (could steal secrets).

# All GitHub Actions workflows and scripts require owner approval
.github/workflows/** @wesm
.github/scripts/** @wesm

# Security-critical configuration
.github/CODEOWNERS @wesm
SECURITY.md @wesm
