mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-25 11:03:58 +08:00

* Refactor CODEOWNERS file Fixes #1803 * Remove CODEOWNERS * Refactor component owners configuration * Refactor CODEOWNERS to select any file but the ones in instrumentation --------- Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
13 lines
481 B
Plaintext
13 lines
481 B
Plaintext
# This file is only used as a way to assign any change to the approvers team
|
|
# except for a change in any of the instrumentations. The actual codeowners
|
|
# of the instrumentations are in .github/component_owners.yml.
|
|
|
|
# Assigns any change to the approvers team...
|
|
* @open-telemetry/opentelemetry-python-contrib-approvers
|
|
|
|
# ...except for changes in any instrumentation.
|
|
/instrumentation
|
|
|
|
# Learn about CODEOWNERS file format:
|
|
# https://help.github.com/en/articles/about-code-owners
|