mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
6b556d593f
commit
abf2c2c789
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue