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 #320

Open
wants to merge 1 commit into
base: develop
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
17 changes: 8 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- author~=^dependabot(|-preview)\[bot\]$
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success=Run Unit and UI tests
merge_method: squash

pull_request_rules:
- name: Automatic approve on dependabot PR
Expand All @@ -12,17 +15,13 @@ pull_request_rules:
review:
type: APPROVE

- name: Automatic merge on approval
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
queue:
method: squash
name: default

- name: Thank contributor
conditions:
- merged
actions:
comment:
message: "Thank you @{{author}} for your contribution!"
- name: Automatic merge on approval
conditions: []
actions:
queue:
Loading