Skip to content

Commit 48e8d5e

Browse files
authored
chore: add CODEOWNERS and dependabot.yml (#20)
* ci: add CODEOWNERS and dependabot.yml * chore: remove dependabot.yml
1 parent d0174e0 commit 48e8d5e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CODEOWNERS for hawk-sdk-python
2+
* @GrayCodeAI/maintainers
3+
4+
# SDK source
5+
/src/ @GrayCodeAI/core-team
6+
/tests/ @GrayCodeAI/core-team
7+
8+
# CI / release / build tooling
9+
/.github/ @GrayCodeAI/devops-team
10+
/Makefile @GrayCodeAI/devops-team
11+
/lefthook.yml @GrayCodeAI/devops-team
12+
/scripts/ @GrayCodeAI/devops-team
13+
pyproject.toml @GrayCodeAI/devops-team
14+
15+
# Documentation
16+
*.md @GrayCodeAI/docs-team
17+
/docs/ @GrayCodeAI/docs-team

0 commit comments

Comments
 (0)