mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-20 02:31:59 +00:00
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
# CODEOWNERS file indicates code owners for certain files
|
|
#
|
|
# Code owners will automatically be added as a reviewer for PRs that touch
|
|
# the owned files.
|
|
#
|
|
|
|
# Default owners for everything in the repo
|
|
#
|
|
# Unless a later match takes precedence, these owners will be requested for
|
|
# review when someone opens a pull request.
|
|
|
|
/.github/settings.yml @k8sgpt-ai/maintainers
|
|
* @k8sgpt-ai/maintainers @k8sgpt-ai/k8sgpt-maintainers @k8sgpt-ai/k8sgpt-approvers
|