mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[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:
parent
fa1a382199
commit
ebcf334ba7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue