Update codeowners (#73159)

* updated codeowners

* Update .github/CODEOWNERS

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>

---------

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Eve Meelan 2023-09-28 11:31:26 -07:00 committed by GitHub
parent b83a58ef55
commit d1a6e83093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

12
.github/CODEOWNERS vendored
View File

@ -12,13 +12,13 @@
# This should make it easy to add new rules without breaking existing ones. # This should make it easy to add new rules without breaking existing ones.
# Documentation # Documentation
/.changelog-archive @grafana/docs-grafana /.changelog-archive @grafana/grafana-delivery
/.codespellignore @grafana/docs-tooling /.codespellignore @grafana/docs-tooling
/CHANGELOG.md @grafana/grafana-delivery /CHANGELOG.md @grafana/grafana-delivery
/CODE_OF_CONDUCT.md @grafana/docs-grafana /CODE_OF_CONDUCT.md @grafana/grafana-community-support
/CONTRIBUTING.md @grafana/docs-grafana /CONTRIBUTING.md @grafana/grafana-community-support
/GOVERNANCE.md @RichiH /GOVERNANCE.md @RichiH
/HALL_OF_FAME.md @grafana/docs-grafana /HALL_OF_FAME.md @grafana/grafana-community-support
/ISSUE_TRIAGE.md @grafana/grafana-community-support /ISSUE_TRIAGE.md @grafana/grafana-community-support
/LICENSE @torkelo /LICENSE @torkelo
/LICENSING.md @torkelo /LICENSING.md @torkelo
@ -30,7 +30,7 @@
/SUPPORT.md @torkelo /SUPPORT.md @torkelo
/UPGRADING_DEPENDENCIES.md @grafana/docs-grafana /UPGRADING_DEPENDENCIES.md @grafana/docs-grafana
/WORKFLOW.md @torkelo /WORKFLOW.md @torkelo
/contribute/ @grafana/docs-grafana /contribute/ @grafana/grafana-community-support
/devenv/README.md @grafana/docs-grafana /devenv/README.md @grafana/docs-grafana
# Technical documentation # Technical documentation
@ -42,7 +42,7 @@
/docs/sources/alerting/ @brendamuir /docs/sources/alerting/ @brendamuir
/docs/sources/dashboards/ @imatwawana /docs/sources/dashboards/ @imatwawana
/docs/sources/datasources/ @lwandz13 /docs/sources/datasources/ @lwandz13
/docs/sources/explore/ @Eve832 @GrafanaWriter /docs/sources/explore/ @grafana/explore-squad
/docs/sources/fundamentals @chri2547 /docs/sources/fundamentals @chri2547
/docs/sources/getting-started/ @chri2547 /docs/sources/getting-started/ @chri2547
/docs/sources/introduction/ @chri2547 /docs/sources/introduction/ @chri2547

View File

@ -9,4 +9,3 @@
- Docs: - Docs:
- @chri2547 - @chri2547
- @brendamuir - @brendamuir
- @gguillotte-grafana