Update console definitions branches (#221888)

## Summary

With https://github.com/elastic/kibana/pull/207036 we introduced some
changes in the script so that it generates two PRs: one for the `main`
branch and one for `8.x` in order to keep previous versions with their
corresponding console definitions.

This PR updates the branches so the script generates PRs for `main`,
`9.0`, `8.19` and `8.18`
This commit is contained in:
Sonia Sanz Vivas 2025-05-29 18:35:17 +02:00 committed by GitHub
parent 6b556d593f
commit abf2c2c789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ spec:
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-management'
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
allow_rebuilds: false
branch_configuration: main 8.19
branch_configuration: main 9.0 8.19 8.18
default_branch: main
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/console_definitions_sync.yml