From f0a0338f62ca3f13efe4f603ce9568f38454a7ff Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:09:53 +0300 Subject: [PATCH] [8.13](backport #39591) Migrate left over to buildkite (#39596) Signed-off-by: Alexandros Sapranidis (cherry picked from commit 37105d7a09b8f76b102f183eeb004a292283e8b8) Co-authored-by: Alexandros Sapranidis --- .mergify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 9a4af750903..196ece28630 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,7 +1,7 @@ queue_rules: - name: default conditions: - - check-success=beats-ci/pr-merge + - check-success=buildkite/beats pull_request_rules: - name: self-assign PRs conditions: @@ -57,7 +57,7 @@ pull_request_rules: - name: automatic approval for automated pull requests with bump updates conditions: - author=apmmachine - - check-success=beats-ci/pr-merge + - check-success=buildkite/beats - label=automation - files~=^testing/environments/snapshot.*\.yml$ actions: @@ -66,7 +66,7 @@ pull_request_rules: message: Automatically approving mergify - name: automatic squash and merge with success checks and the files matching the regex ^testing/environments/snapshot* are modified. conditions: - - check-success=beats-ci/pr-merge + - check-success=buildkite/beats - label=automation - files~=^testing/environments/snapshot.*\.yml$ - "#approved-reviews-by>=1" @@ -99,7 +99,7 @@ pull_request_rules: - name: automatic approval for mergify pull requests with changes in bump-rules conditions: - author=mergify[bot] - - check-success=beats-ci/pr-merge + - check-success=buildkite/beats - label=automation - files~=^\.mergify\.yml$ - head~=^add-backport-next.* @@ -109,7 +109,7 @@ pull_request_rules: message: Automatically approving mergify - name: automatic squash and merge with success checks and the files matching the regex ^.mergify.yml is modified. conditions: - - check-success=beats-ci/pr-merge + - check-success=buildkite/beats - label=automation - files~=^\.mergify\.yml$ - head~=^add-backport-next.*