From f237eef13a71f5aecbc201da68c4b150274a1e50 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Thu, 16 May 2024 14:05:08 +0300 Subject: [PATCH] [BK] - Migrate left over to buildkite (#39591) Signed-off-by: Alexandros Sapranidis (cherry picked from commit 37105d7a09b8f76b102f183eeb004a292283e8b8) --- .mergify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 5ab78c46dad..8bde9318580 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.*