add code owners (#2950)

* add code owners

* add tutorials folder
This commit is contained in:
Massimiliano Pippi 2022-08-03 10:48:30 +02:00 committed by GitHub
parent bde3261b07
commit e766bb8684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,11 @@
# See https://help.github.com/articles/about-codeowners/ for syntax
# Core Engineering will be the default owners for everything
# in the repo. Unless a later match takes precedence,
# @deepset-ai/core-engineering will be requested for review
# when someone opens a pull request.
* @deepset-ai/core-engineering
# Documentation
*.md @deepset-ai/documentation @deepset-ai/core-engineering
/tutorials/ @deepset-ai/documentation @deepset-ai/core-engineering