Skip to content

Commit 27f8210

Browse files
committed
chore: add CODEOWNERS file for code review automation
Defines @promptfoo/engineering as code owners for: - All files (global) - Python source code (/src/) - CI/CD workflows (/.github/) - Package configuration (pyproject.toml) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3549052 commit 27f8210

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Code owners for promptfoo-python
2+
# These owners will be automatically requested for review when someone opens a pull request
3+
4+
# Global owners
5+
* @promptfoo/engineering
6+
7+
# Python source code
8+
/src/ @promptfoo/engineering
9+
10+
# CI/CD workflows
11+
/.github/ @promptfoo/engineering
12+
13+
# Package configuration
14+
/pyproject.toml @promptfoo/engineering

0 commit comments

Comments
 (0)