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 Jan 16, 2025
1 parent e02dec0 commit 3694b2c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---

Check failure on line 1 in .mergify.yml

View workflow job for this annotation

GitHub Actions / Lint

1:1 [empty-lines] too many blank lines (1 > 0)
pull_request_rules:

Check warning on line 2 in .mergify.yml

View workflow job for this annotation

GitHub Actions / Lint

2:1 [document-start] missing document start "---"
- name: Automatic merge on approval
conditions:
- name: Automatic merge on approval + Automatic merge own PRs
conditions: []
actions:
queue:
queue_rules:
- name: duplicated default from Automatic merge on approval
queue_conditions:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- label!=do-not-merge
- check-success=Successful e2e tests
- check-success=DCO
actions:
queue:
method: merge
name: default
- name: Automatic merge own PRs
conditions:
merge_conditions:
- label!=do-not-merge
- check-success=Successful e2e tests
- check-success=DCO
merge_method: merge
- name: duplicated default from Automatic merge own PRs
queue_conditions:
- author=JohnStrunk
- "#changes-requested-reviews-by=0"
- label!=do-not-merge
- check-success=Successful e2e tests
- check-success=DCO
actions:
queue:
method: merge
name: default

queue_rules:
- name: default
conditions:
merge_conditions:
- label!=do-not-merge
- check-success=Successful e2e tests
- check-success=DCO
merge_method: merge

0 comments on commit 3694b2c

Please sign in to comment.