[8.18] [Console] Fix typo in generated PR title (#209255) (#209463)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Console] Fix typo in generated PR title
(#209255)](https://github.com/elastic/kibana/pull/209255)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ignacio
Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2025-02-04T08:21:09Z","message":"[Console]
Fix typo in generated PR title
(#209255)","sha":"7da9717dceed78738a2bc5b7ebabd860aae44656","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana
Management","release_note:skip","v9.0.0","backport:prev-minor","v8.18.0","v9.1.0","v8.19.0"],"title":"[Console]
Fix typo in generated PR
title","number":209255,"url":"https://github.com/elastic/kibana/pull/209255","mergeCommit":{"message":"[Console]
Fix typo in generated PR title
(#209255)","sha":"7da9717dceed78738a2bc5b7ebabd860aae44656"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209255","number":209255,"mergeCommit":{"message":"[Console]
Fix typo in generated PR title
(#209255)","sha":"7da9717dceed78738a2bc5b7ebabd860aae44656"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
This commit is contained in:
Kibana Machine 2025-02-04 21:06:31 +11:00 committed by GitHub
parent ecd933e2e0
commit e5990e9d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ main () {
git config --global user.name "$KIBANA_MACHINE_USERNAME"
git config --global user.email '42973632+kibanamachine@users.noreply.github.com'
PR_TITLE="[Console] Update console definitions (${branch_name})"
PR_TITLE="[Console] Update console definitions (${BUILDKITE_BRANCH})"
PR_BODY='This PR updates the console definitions to match the latest ones from the @elastic/elasticsearch-specification repo.'
# Check if a PR already exists