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

Open
wants to merge 1 commit into
base: main
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
ci(mergify): upgrade configuration to current format
  • Loading branch information
mergify[bot] committed Nov 26, 2024
commit 9cc022241131ff2028b019f0bd4da918d28fc248
16 changes: 8 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

pull_request_rules:
- name: Automatic merge Renovate PRs
conditions:
- '#approved-reviews-by>=1'
- 'author=balvajs-renovate[bot]'
actions:
queue:
name: default
method: squash
- name: Automatic approval to Renovate PRs
conditions:
- body~=\*\*Automerge\*\*. Enabled
Expand All @@ -15,7 +8,14 @@ pull_request_rules:
type: APPROVE
bot_account: Balvajs

- name: Automatic merge Renovate PRs
conditions: []
actions:
queue:
queue_rules:
- name: default
queue_conditions:
- '#approved-reviews-by>=1'
- 'author=balvajs-renovate[bot]'
merge_conditions: []
merge_method: squash
Loading