mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-25 11:30:08 +00:00
* chore: update .github/CODEOWNERS * chore: fix syntax * Update .github/CODEOWNERS Co-authored-by: Prashant Shahi <prashant@signoz.io> --------- Co-authored-by: Prashant Shahi <prashant@signoz.io>
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
# CODEOWNERS info: https://help.github.com/en/articles/about-code-owners
|
|
# Owners are automatically requested for review for PRs that changes code
|
|
# that they own.
|
|
* @ankitnayan
|
|
|
|
/frontend/ @palashgdev
|
|
/deploy/ @prashant-shahi
|
|
/sample-apps/ @prashant-shahi
|
|
**/query-service/ @srikanthccv
|
|
Makefile @srikanthccv
|
|
go.* @srikanthccv
|
|
.git* @srikanthccv
|
|
.github @prashant-shahi
|