chore(codeowners): update username (#9359)

This commit is contained in:
Priyanshu Shrivastava
2025-10-17 18:30:47 +05:30
committed by GitHub
parent 6d416061f2
commit 84adb3e163
3 changed files with 10 additions and 10 deletions

16
.github/CODEOWNERS vendored
View File

@@ -48,13 +48,13 @@
.github @SigNoz/devops
# Scaffold Owners
/pkg/config/ @grandwizard28
/pkg/errors/ @grandwizard28
/pkg/factory/ @grandwizard28
/pkg/types/ @grandwizard28
/pkg/valuer/ @grandwizard28
/cmd/ @grandwizard28
.golangci.yml @grandwizard28
/pkg/config/ @therealpandey
/pkg/errors/ @therealpandey
/pkg/factory/ @therealpandey
/pkg/types/ @therealpandey
/pkg/valuer/ @therealpandey
/cmd/ @therealpandey
.golangci.yml @therealpandey
# Zeus Owners
/pkg/zeus/ @vikrantgupta25
@@ -84,4 +84,4 @@
# AuthN / AuthZ Owners
/pkg/authz/ @vikrantgupta25 @grandwizard28
/pkg/authz/ @vikrantgupta25 @therealpandey

View File

@@ -236,7 +236,7 @@ Not sure how to get started? Just ping us on `#contributing` in our [slack commu
#### DevOps
- [Prashant Shahi](https://github.com/prashant-shahi)
- [Vibhu Pandey](https://github.com/grandwizard28)
- [Vibhu Pandey](https://github.com/therealpandey)
<br /><br />

View File

@@ -2,7 +2,7 @@
name = "integration"
version = "0.1.0"
description = ""
authors = ["grandwizard28 <vibhupandey28@gmail.com>"]
authors = ["therealpandey <vibhupandey28@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]