CODEOWNERS: GitHub actions for obs-robots automation (#182796)

As discussed in
https://github.com/elastic/kibana/pull/182773#issuecomment-2097968561
This commit is contained in:
Victor Martinez 2024-05-07 15:22:46 +02:00 committed by GitHub
parent df11bea8c9
commit c6ff9caa6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
.github/CODEOWNERS vendored
View file

@ -1028,11 +1028,6 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
### Observability Plugins
# Observability robots
/.github/workflows/deploy-my-kibana.yml @elastic/observablt-robots
/.github/workflows/undeploy-my-kibana.yml @elastic/observablt-robots
/.github/workflows/oblt-github-commands @elastic/observablt-robots
# Infra Monitoring
## This plugin mostly contains the codebase for the infra services, but also includes some code for the Logs UI app.
## To keep @elastic/obs-ux-logs-team as codeowner of the plugin manifest without requiring a review for all the other code changes
@ -1686,6 +1681,11 @@ x-pack/plugins/observability_solution/synthetics/server/saved_objects/saved_obje
x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts @elastic/obs-ux-infra_services-team @elastic/kibana-security
x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_param.ts @elastic/obs-ux-infra_services-team @elastic/kibana-security
# Specialised GitHub workflows for the Observability robots
/.github/workflows/deploy-my-kibana.yml @elastic/observablt-robots @elastic/kibana-operations
/.github/workflows/oblt-github-commands @elastic/observablt-robots @elastic/kibana-operations
/.github/workflows/undeploy-my-kibana.yml @elastic/observablt-robots @elastic/kibana-operations
####
## These rules are always last so they take ultimate priority over everything else
####