Skip to content

[CI] Reapply Renovate helper scripts#228664

Merged
Ikuni17 merged 11 commits intoelastic:mainfrom
Ikuni17:feature/213293/renovate-helper-scripts-2
Aug 6, 2025
Merged

[CI] Reapply Renovate helper scripts#228664
Ikuni17 merged 11 commits intoelastic:mainfrom
Ikuni17:feature/213293/renovate-helper-scripts-2

Conversation

@Ikuni17
Copy link
Contributor

@Ikuni17 Ikuni17 commented Jul 18, 2025

Summary

Reapply #225345
Closes #213293

The original PR had issues parsing the if statement which were not surfaced in testing, see logs. This was addressed by removing the outer quotes on the if in 47f8d53, and is the only change from the original PR.

Testing

Renovate PR opened or comment group: https://buildkite.com/elastic/kibana-renovate-helper/builds/28
Renovate PR updated group: https://buildkite.com/elastic/kibana-renovate-helper/builds/29

@Ikuni17 Ikuni17 self-assigned this Jul 18, 2025
@Ikuni17 Ikuni17 added Team:Operations Kibana-Operations Team release_note:skip Skip the PR/issue when compiling release notes backport:prev-major labels Jul 18, 2025
@Ikuni17
Copy link
Contributor Author

Ikuni17 commented Jul 21, 2025

buildkite run renovate helper

@Ikuni17
Copy link
Contributor Author

Ikuni17 commented Jul 21, 2025

buildkite run renovate helper

@Ikuni17
Copy link
Contributor Author

Ikuni17 commented Jul 21, 2025

buildkite run renovate helper

@Ikuni17 Ikuni17 changed the title [CI] Renovate helper scripts 2 [CI] Reapply Renovate helper scripts Jul 21, 2025
@Ikuni17 Ikuni17 marked this pull request as ready for review July 21, 2025 21:54
@Ikuni17 Ikuni17 requested a review from a team as a code owner July 21, 2025 21:54
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

"allowed_repo_permissions": ["admin", "write"],
"allowed_list": ["elastic-vault-github-plugin-prod[bot]"],
"build_on_commit": false,
"build_on_commit": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have we thought about the impact of this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mistic

@delanni and I talked through the implications of this. Here is an example of a commit which didn't satisfy the if for this pipeline. It only triggers the small k8s agent and is quick, which we determined was ok. The alternative is custom Kibana logic in the PR bot.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @Ikuni17

@Ikuni17 Ikuni17 merged commit b5968e4 into elastic:main Aug 6, 2025
12 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.17, 8.18, 8.19, 9.0, 9.1

https://github.com/elastic/kibana/actions/runs/16768654493

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 6, 2025
## Summary

Reapply elastic#225345
Closes elastic#213293

The original PR had issues parsing the `if` statement which were not
surfaced in testing, see
[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).
This was addressed by removing the outer quotes on the `if` in
[47f8d53](elastic@47f8d53),
and is the only change from the original PR.

### Testing
Renovate PR opened or comment group:
https://buildkite.com/elastic/kibana-renovate-helper/builds/28
Renovate PR updated group:
https://buildkite.com/elastic/kibana-renovate-helper/builds/29

(cherry picked from commit b5968e4)
@Ikuni17
Copy link
Contributor Author

Ikuni17 commented Aug 8, 2025

💚 All backports created successfully

Status Branch Result
8.17

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

Ikuni17 added a commit to Ikuni17/kibana that referenced this pull request Aug 8, 2025
## Summary

Reapply elastic#225345
Closes elastic#213293

The original PR had issues parsing the `if` statement which were not
surfaced in testing, see
[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).
This was addressed by removing the outer quotes on the `if` in
[47f8d53](elastic@47f8d53),
and is the only change from the original PR.

### Testing
Renovate PR opened or comment group:
https://buildkite.com/elastic/kibana-renovate-helper/builds/28
Renovate PR updated group:
https://buildkite.com/elastic/kibana-renovate-helper/builds/29

(cherry picked from commit b5968e4)

# Conflicts:
#	.buildkite/pipelines/renovate_helper.yml
#	.buildkite/pull_requests.json
#	.buildkite/scripts/steps/renovate/renovate_helper.sh
#	.buildkite/scripts/steps/renovate/trigger_pr.sh
@Ikuni17 Ikuni17 deleted the feature/213293/renovate-helper-scripts-2 branch August 8, 2025 17:53
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [[CI] Reapply Renovate helper scripts
(#228664)](#228664)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-06T05:48:35Z","message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Reapply Renovate helper
scripts","number":228664,"url":"https://github.com/elastic/kibana/pull/228664","mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228664","number":228664,"mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}}]}]
BACKPORT-->

Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
# Backport

This will backport the following commits from `main` to `9.0`:
- [[CI] Reapply Renovate helper scripts
(#228664)](#228664)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-06T05:48:35Z","message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport
missing","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Reapply Renovate helper
scripts","number":228664,"url":"https://github.com/elastic/kibana/pull/228664","mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228664","number":228664,"mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},{"url":"https://github.com/elastic/kibana/pull/230701","number":230701,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [[CI] Reapply Renovate helper scripts
(#228664)](#228664)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-06T05:48:35Z","message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport
missing","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Reapply Renovate helper
scripts","number":228664,"url":"https://github.com/elastic/kibana/pull/228664","mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228664","number":228664,"mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},{"url":"https://github.com/elastic/kibana/pull/230701","number":230701,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
# Backport

This will backport the following commits from `main` to `8.18`:
- [[CI] Reapply Renovate helper scripts
(#228664)](#228664)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-06T05:48:35Z","message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport
missing","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Reapply Renovate helper
scripts","number":228664,"url":"https://github.com/elastic/kibana/pull/228664","mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228664","number":228664,"mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},{"url":"https://github.com/elastic/kibana/pull/230701","number":230701,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
# Backport

This will backport the following commits from `main` to `8.17`:
- [[CI] Reapply Renovate helper scripts
(#228664)](#228664)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-06T05:48:35Z","message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport
missing","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Reapply Renovate helper
scripts","number":228664,"url":"https://github.com/elastic/kibana/pull/228664","mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228664","number":228664,"mergeCommit":{"message":"[CI]
Reapply Renovate helper scripts (#228664)\n\n## Summary\n\nReapply
#225345\nCloses #213293\n\nThe original PR had issues parsing the `if`
statement which were not\nsurfaced in testing,
see\n[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).\nThis
was addressed by removing the outer quotes on the `if`
in\n[47f8d53](https://github.com/elastic/kibana/pull/228664/commits/47f8d53008c9b26710cfbb4e1533a93736008486),\nand
is the only change from the original PR.\n\n### Testing\nRenovate PR
opened or comment
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/28\nRenovate
PR updated
group:\nhttps://buildkite.com/elastic/kibana-renovate-helper/builds/29","sha":"b5968e4e8fdbeaa4963f65e4e0d70f98e2a837bc"}},{"url":"https://github.com/elastic/kibana/pull/230701","number":230701,"branch":"9.1","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/231201","number":231201,"branch":"9.0","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/231202","number":231202,"branch":"8.19","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/231203","number":231203,"branch":"8.18","state":"OPEN"}]}]
BACKPORT-->
@kibanamachine kibanamachine added v8.19.2 v8.18.5 v8.17.10 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Aug 8, 2025
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)
Ikuni17 added a commit to Ikuni17/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)

# Conflicts:
#	.buildkite/pull_requests.json
Ikuni17 added a commit to Ikuni17/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)

# Conflicts:
#	.buildkite/pull_requests.json
Ikuni17 added a commit to Ikuni17/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)

# Conflicts:
#	.buildkite/pull_requests.json
Ikuni17 added a commit to Ikuni17/kibana that referenced this pull request Aug 8, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.

(cherry picked from commit f61e1a2)

# Conflicts:
#	.buildkite/pull_requests.json
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
…31031) (#231216)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[CI] Fix Renovate helper bot trigger and out of sync labels
(#231031)](#231031)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-08T17:00:42Z","message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Fix Renovate helper bot trigger and out of sync
labels","number":231031,"url":"https://github.com/elastic/kibana/pull/231031","mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231031","number":231031,"mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}}]}]
BACKPORT-->

Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
…31031) (#231218)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[CI] Fix Renovate helper bot trigger and out of sync labels
(#231031)](#231031)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-08T17:00:42Z","message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Fix Renovate helper bot trigger and out of sync
labels","number":231031,"url":"https://github.com/elastic/kibana/pull/231031","mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231031","number":231031,"mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},{"url":"https://github.com/elastic/kibana/pull/231216","number":231216,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
…231031) (#231219)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[CI] Fix Renovate helper bot trigger and out of sync labels
(#231031)](#231031)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-08T17:00:42Z","message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Fix Renovate helper bot trigger and out of sync
labels","number":231031,"url":"https://github.com/elastic/kibana/pull/231031","mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231031","number":231031,"mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},{"url":"https://github.com/elastic/kibana/pull/231216","number":231216,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
…231031) (#231220)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[CI] Fix Renovate helper bot trigger and out of sync labels
(#231031)](#231031)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-08T17:00:42Z","message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Fix Renovate helper bot trigger and out of sync
labels","number":231031,"url":"https://github.com/elastic/kibana/pull/231031","mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231031","number":231031,"mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},{"url":"https://github.com/elastic/kibana/pull/231216","number":231216,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
Ikuni17 added a commit that referenced this pull request Aug 8, 2025
…231031) (#231221)

# Backport

This will backport the following commits from `main` to `8.17`:
- [[CI] Fix Renovate helper bot trigger and out of sync labels
(#231031)](#231031)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-08-08T17:00:42Z","message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-major","backport:current-major","v9.2.0"],"title":"[CI]
Fix Renovate helper bot trigger and out of sync
labels","number":231031,"url":"https://github.com/elastic/kibana/pull/231031","mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231031","number":231031,"mergeCommit":{"message":"[CI]
Fix Renovate helper bot trigger and out of sync labels (#231031)\n\n##
Summary\n\nNote: I will backport this after backporting the original PR
#228664. I\nwas waiting to see the stability of the original
PR.\n\nFixes two issues:\n- The
[pipeline](https://buildkite.com/elastic/kibana-renovate-helper)\nis not
triggering for Renovate PRs, unless
explicitly\n[commenting](https://github.com/elastic/kibana/pull/230882#issuecomment-3165286181)\nto
run\n- Since we're passing along `GITHUB_PR_*` env variables to the
PR\npipeline. Labels added in the helper pipeline to the PR itself were
not\nin sync with the PR run. Example
[this\nrun](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)\nshould
have `ci:cloud-deploy`
label.","sha":"f61e1a2bb618c2f0f7586acb61721c76b0102674"}},{"url":"https://github.com/elastic/kibana/pull/231216","number":231216,"branch":"9.1","state":"OPEN"}]}]
BACKPORT-->
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
## Summary

Reapply elastic#225345
Closes elastic#213293

The original PR had issues parsing the `if` statement which were not
surfaced in testing, see
[logs](https://buildkite.com/elastic/kibana-renovate-helper/builds/16#01980f2f-ab1a-4c6c-afe6-5b8e73972353/196-201).
This was addressed by removing the outer quotes on the `if` in
[47f8d53](elastic@47f8d53),
and is the only change from the original PR.

### Testing
Renovate PR opened or comment group:
https://buildkite.com/elastic/kibana-renovate-helper/builds/28
Renovate PR updated group:
https://buildkite.com/elastic/kibana-renovate-helper/builds/29
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.
qn895 pushed a commit to qn895/kibana that referenced this pull request Aug 26, 2025
…231031)

## Summary

Note: I will backport this after backporting the original PR elastic#228664. I
was waiting to see the stability of the original PR.

Fixes two issues:
- The [pipeline](https://buildkite.com/elastic/kibana-renovate-helper)
is not triggering for Renovate PRs, unless explicitly
[commenting](elastic#230882 (comment))
to run
- Since we're passing along `GITHUB_PR_*` env variables to the PR
pipeline. Labels added in the helper pipeline to the PR itself were not
in sync with the PR run. Example [this
run](https://buildkite.com/elastic/kibana-pull-request/builds/327690#019885d3-196a-4950-896c-3bf7de6f735f)
should have `ci:cloud-deploy` label.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes Team:Operations Kibana-Operations Team v8.17.10 v8.18.5 v8.19.2 v9.0.5 v9.1.1 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Renovate DX

5 participants