mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 10:26:40 +00:00
* chore(feature): drop the feature set table * chore(feature): cleanup the types and remove unused flags * chore(feature): some more cleanup * chore(feature): add codeowners file * chore(feature): init to basic plan for failed validations * chore(feature): cleanup * chore(feature): pkg handler cleanup * chore(feature): pkg handler cleanup * chore(feature): address review comments * chore(feature): address review comments * chore(feature): address review comments --------- Co-authored-by: Vibhu Pandey <vibhupandey28@gmail.com>
15 lines
566 B
Plaintext
15 lines
566 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.
|
|
|
|
/frontend/ @SigNoz/frontend @YounixM
|
|
/frontend/src/container/MetricsApplication @srikanthccv
|
|
/frontend/src/container/NewWidget/RightContainer/types.ts @srikanthccv
|
|
/deploy/ @SigNoz/devops
|
|
.github @SigNoz/devops
|
|
/pkg/config/ @grandwizard28
|
|
/pkg/errors/ @grandwizard28
|
|
/pkg/factory/ @grandwizard28
|
|
/pkg/types/ @grandwizard28
|
|
.golangci.yml @grandwizard28
|
|
**/(zeus|licensing|sqlmigration)/ @vikrantgupta25 |