bambuddy/.github/CODEOWNERS
2026-01-11 07:06:32 +01:00

20 lines
476 B
Text

# CODEOWNERS - Defines code owners who will be requested for review
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything
* @maziggy
# Backend code
/backend/ @maziggy
# Frontend code
/frontend/ @maziggy
# Infrastructure and deployment
/Dockerfile* @maziggy
/docker-compose*.yml @maziggy
/.github/ @maziggy
# Documentation
/*.md @maziggy
/docs/ @maziggy