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

Closed
wants to merge 1 commit into from
Closed
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: 9 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,15 @@ pull_request_rules:
type: APPROVE
bot_account: Balvajs

- name: refactored queue action rule
conditions: []
actions:
queue:
queue_rules:
- name: default
queue_conditions:
- '#approved-reviews-by>=1'
- '#approved-reviews-by>=1'
- 'author=balvajs-renovate[bot]'
merge_conditions: []
merge_method: squash
Loading