docs: add CODEOWNERS file

old-agentic-v1^2
Philipp Burckhardt 2023-06-21 22:32:45 -04:00
rodzic 7e3d639e27
commit a96a1eea37
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A2C3BCA4F31D1DDD
1 zmienionych plików z 14 dodań i 0 usunięć

14
.github/CODEOWNERS vendored 100644
Wyświetl plik

@ -0,0 +1,14 @@
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# This file auto-assigns reviewers for pull requests based on file/directory changes.
# Pattern: path/to/code @owner1 @owner2
# Example usages:
# * @username # username is the owner of the whole repo
# /folder/ @username # username is the owner of 'folder/' directory
# *.ext @username # username is the owner of all '.ext' files
# Remember:
# 1. Users/teams must have write access to the repo.
# 2. Multiple owners can be specified.
# 3. The last matching pattern takes precedence.