Skip to content

Commit

Permalink
ci(Mergify): configuration update (#853)
Browse files Browse the repository at this point in the history
Signed-off-by: arfy slowy <null>
  • Loading branch information
slowy07 authored Jul 26, 2024
1 parent d54514a commit 4c7dadd
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
pull_request_rules:
- name: auto merge ready
- name: CI automerge when passing all test
conditions:
- base=master
- label=ready-to-merge
- check-success=Testing Leafmap Package
- check-success=CodeQL
- check-success=Testing Leafmap Package (windows)
- '#approved-reviews-by>=1'
- check-success=test-ubuntu (3.9)
- check-success=test-ubuntu (3.10)
- check-success=test-ubuntu (3.11)
- check-success=test-ubuntu (3.12)
- check-success=test-windows (3.11)
- "#approved-reviews-by>=1"
- base=master
actions:
comment:
message: thanks for the contribution @{{author}}!
message: thanks for the contribution @{{author}} 🤩
label:
add:
- reviewed !
- already reviewed
merge:
method: squash

- name: information about conflicts pull request
conditions:
- conflict
actions:
comment:
message: your pull request are conflict @{{author}}, please fix it !
label:
add:
- conflicts pull request

0 comments on commit 4c7dadd

Please sign in to comment.