Skip to content

Commit

Permalink
ci(mergify): point to the shared configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Oct 19, 2023
1 parent 1ca8468 commit 361d729
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1 @@
pull_request_rules:
- name: Auto-update with merge if appropriately labeled
conditions:
- label=auto-update-merge
- -draft
- -conflict
actions:
update:
- name: rebase-merge working updates
conditions:
- and:
- or: &authors_are_bots
- author=renovate[bot]
- author=dependabot[bot]
- and:
- or:
- check-success=ci-cd / success
- check-neutral=ci-cd / success
- check-skipped=ci-cd / success
- "#review-threads-unresolved=0"
- "#commits-behind=0"
- label=dependencies
- -draft
- -conflict
actions:
merge:
method: rebase
- name: ask to resolve conflict
conditions:
- conflict
actions:
comment:
message: |
Hi @{{author}}! :wave:
This pull request has conflicts :confounded:
Could you fix it? :wrench:
Thank you! :pray:
extends: mergify-config

0 comments on commit 361d729

Please sign in to comment.