Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Barucco <[email protected]>
  • Loading branch information
rbaruccojr committed Apr 17, 2024
1 parent 18b9e0b commit 9c43c1c
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
pull_request_rules:
- name: "Automatic merge when CI passes and approved"
conditions:
- "author=dependabot[bot]"
- "check-success=dependency-review"
actions:
merge:
pull_request_rules:
- name: Label conflicting pull requests
description: Add a label to a pull request with conflict to spot it easily
conditions:
- conflict
actions:
comment:
message: '@{{author}} this pull request is now in conflict 😩'
label:
toggle:
- conflict

- name: Automatic merge when CI passes and approved
conditions:
- author=dependabot[bot]
- check-success=dependency-review
actions:
merge:
method: merge

0 comments on commit 9c43c1c

Please sign in to comment.