mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
df11bea8c9
commit
c6ff9caa6f
1 changed files with 5 additions and 5 deletions
10
.github/CODEOWNERS
vendored
10
.github/CODEOWNERS
vendored
|
@ -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
|
||||
####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue