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: sync Mergify configuration with engine #293

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
2 changes: 0 additions & 2 deletions .github/semantic.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/semantic-pull-request.yaml

This file was deleted.

23 changes: 13 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ queue_rules:
- check-success=test
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- "#review-threads-unresolved=0"
- "#review-requested=0"
speculative_checks: 5
commit_message_template: |
{{ title }} (#{{ number }})

{{ body }}
merge_method: squash

- name: lowprio
allow_inplace_checks: true
queue_conditions:
- and: *CheckRuns
- "#commits=1"
- author=dependabot[bot]
merge_method: merge
batch_size: 7
batch_max_wait_time: 5min
commit_message_template: null
queue_branch_merge_method: fast-forward
disallow_checks_interruption_from_queues:
- default
Expand All @@ -24,18 +35,10 @@ pull_request_rules:
- name: automatic merge
conditions:
- base=main
- check-success=semantic-pull-request
actions:
queue:
name: default

- name: automatic merge from dependabot
conditions:
- author=dependabot[bot]
- check-success=semantic-pull-request
- label!=manual merge
- "check-success=Rule: Conventional Commit (post_check)"
actions:
queue:
name: lowprio

- name: request review
conditions:
Expand Down