Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,37 @@ pull_request_rules:
- schedule=Tue-Fri 04:00-06:00[Europe/Paris]
actions:
rebase:

- name: automatic approval for updatecli pull requests with changes in create_deployment_csp_configuration.yaml
conditions:
- author=github-actions[bot]
- check-success=buildkite/elastic-agent
- files~=^pkg/testing/ess/create_deployment_csp_configuration.yaml$
- head~=^updatecli_.*
actions:
review:
type: APPROVE
message: Automatically approving mergify
- name: automatic squash and merge with success checks when create_deployment_csp_configuration.yaml is modified.
conditions:
- author=github-actions[bot]
- check-success=buildkite/elastic-agent
- files~=^pkg/testing/ess/create_deployment_csp_configuration.yaml$
- head~=^updatecli_.*
- "#approved-reviews-by>=1"
actions:
queue:
name: default
- name: rebase pull requests when create_deployment_csp_configuration.yaml is modified
conditions:
- author=github-actions[bot]
- files~=^pkg/testing/ess/create_deployment_csp_configuration.yaml$
- head~=^updatecli_.*
- "#check-failure>0"
- schedule=Mon-Fri 04:00-06:00[Europe/Paris]
actions:
rebase:

- name: self-assign PRs
conditions:
- -merged
Expand Down