Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 21, 2024
1 parent 9afe059 commit c834f72
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
queue_rules:
- name: default

queue_conditions:
- base=main
- author=dependabot[bot]
- status-success=CI
- status-success=Docker E2E Tests
- status-success=Kubernetes E2E Tests
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
merge_conditions: []
merge_method: squash

pull_request_rules:
- name: Automatically approve and merge Dependabot PRs
conditions:
Expand All @@ -16,6 +29,7 @@ pull_request_rules:
actions:
review:
type: APPROVE
- name: refactored queue action rule
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit c834f72

Please sign in to comment.