Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(mergify): upgrade configuration to current format #693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
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
Loading