Skip to content

Commit

Permalink
Merge pull request #105 from SwedbankPay/dx-1653_fix_mergify_config
Browse files Browse the repository at this point in the history
DX-1653 Switch to queue action
  • Loading branch information
asbjornu authored Dec 6, 2021
2 parents 32fcb86 + 21bd9da commit 66fb8b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success=build

pull_request_rules:
- name: Automatic approve on dependabot PR
conditions:
Expand All @@ -10,9 +16,9 @@ pull_request_rules:
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
queue:
method: merge
strict: smart
name: default

- name: Thank contributor
conditions:
Expand Down

0 comments on commit 66fb8b8

Please sign in to comment.