Skip to content

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

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

Merged
merged 5 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
queue_rules:
- name: default
conditions:
merge_conditions:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

queue_rules->merge_conditions replaces the oldqueue_rules "default" conditions logic

# Conditions to get out of the queue (= merged)
- status-success=Run Unit Tests
- status-success=Semantic Pull Request
- status-success=Analyze (javascript)
merge_method: squash

pull_request_rules:
- name: Automatically merge on CI success and review approval
Expand All @@ -23,7 +24,6 @@ pull_request_rules:
- author!=dependabot[bot]
actions:
queue:
method: squash
name: default

- name: Automatically approve and merge Dependabot PRs
Expand All @@ -41,5 +41,4 @@ pull_request_rules:
review:
type: APPROVE
queue:
method: squash
name: default
name: default
Loading
Loading