Skip to content

Commit

Permalink
ci: sync Mergify configuration with engine (#293)
Browse files Browse the repository at this point in the history
Change-Id: If806e2ad9f04a6c9dad9292ac1c93a2e46bae4e6
  • Loading branch information
DouglasBlackwood authored Nov 10, 2023
1 parent da1d7ef commit 99670af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
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

0 comments on commit 99670af

Please sign in to comment.