Skip to content

Commit

Permalink
[9.0] [Console] Fix typo in generated PR title (#209255) (#209466)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `9.0`:
- [[Console] Fix typo in generated PR title
(#209255)](#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>
  • Loading branch information
kibanamachine and sabarasaba authored Feb 4, 2025
1 parent 777c22c commit d179891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/console_definitions_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d179891

Please sign in to comment.