# Code Owners for pytest-test-categories
#
# These owners will be requested for review when someone opens a pull request
# that modifies code in matching paths.

# Default owner for everything in the repo
* @mikelane

# CI/CD infrastructure requires SRE review
/.github/workflows/ @mikelane
/.github/dependabot.yml @mikelane
/docs/DEPLOYMENT.md @mikelane
/docs/MONITORING.md @mikelane

# Package configuration and dependencies
/pyproject.toml @mikelane
/uv.lock @mikelane

# Core plugin code
/src/pytest_test_categories/ @mikelane
