Skip to content

Commit

Permalink
[7.17] [CI] Add suggestion from #189316 (#189765) (#189826)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `7.17`:
- [[CI] Add suggestion from #189316
(#189765)](#189765)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-08-02T16:35:56Z","message":"[CI]
Add suggestion from #189316 (#189765)\n\n## Summary\r\n\r\nThis was just
a suggested change from #189316 which didn't get addressed\r\nbecause of
auto
merge.","sha":"f941ba4d6b60cee41c418140e21b677ca0972c71","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v8.16.0"],"number":189765,"url":"https://github.com/elastic/kibana/pull/189765","mergeCommit":{"message":"[CI]
Add suggestion from #189316 (#189765)\n\n## Summary\r\n\r\nThis was just
a suggested change from #189316 which didn't get addressed\r\nbecause of
auto
merge.","sha":"f941ba4d6b60cee41c418140e21b677ca0972c71"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/189765","number":189765,"mergeCommit":{"message":"[CI]
Add suggestion from #189316 (#189765)\n\n## Summary\r\n\r\nThis was just
a suggested change from #189316 which didn't get addressed\r\nbecause of
auto
merge.","sha":"f941ba4d6b60cee41c418140e21b677ca0972c71"}},{"url":"https://github.com/elastic/kibana/pull/189824","number":189824,"branch":"8.15","state":"OPEN"}]}]
BACKPORT-->
  • Loading branch information
Ikuni17 authored Aug 2, 2024
1 parent ca3c1db commit 675822d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/common/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ check_for_changed_files() {
GIT_CHANGES="$(git ls-files --modified -- . ':!:.bazelrc')"

if [ "$GIT_CHANGES" ]; then
if [[ "$SHOULD_AUTO_COMMIT_CHANGES" == "true" && "${BUILDKITE_PULL_REQUEST:-}" ]]; then
if [[ "$SHOULD_AUTO_COMMIT_CHANGES" == "true" && "${BUILDKITE_PULL_REQUEST:-false}" != "false" ]]; then
NEW_COMMIT_MESSAGE="[CI] Auto-commit changed files from '$1'"
PREVIOUS_COMMIT_MESSAGE="$(git log -1 --pretty=%B)"

Expand Down

0 comments on commit 675822d

Please sign in to comment.