Skip to content

Commit

Permalink
[BK] - Migrate left over to buildkite (elastic#39591)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed May 16, 2024
1 parent 7306bd4 commit 37105d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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.*
Expand All @@ -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.*
Expand Down

0 comments on commit 37105d7

Please sign in to comment.