-
Notifications
You must be signed in to change notification settings - Fork 26
/
.mergify.yml
41 lines (40 loc) · 1.5 KB
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pull_request_rules:
- name: CI automerge when passing all test
conditions:
# If the requirement are satisfied
# The bot will trigger automerge
- label=ready-to-merge
- 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=macOS-latest (3.12)
- check-success=test-windows (3.12)
- check-success=test-docs-build
- check-success=test-linux-installation (3.12)
# Approval by reviewer at least one maintainer
# - "#approved-reviews-by>=1"
- base=main
actions:
comment:
# message if the pull request success to merge
message: Thanks for the contribution @{{author}} 🤩
label:
# adding label to merged pull request
add:
- already reviewed
merge:
method: squash
- name: information about conflicts pull request
conditions:
# If the requirement are satisfied
# The bot will trigger conflict process
- conflict
actions:
comment:
# Message if there's conflict on pull request
message: Your pull request are in conflict @{{author}}, please fix it!
label:
# adding label on pull request if get trigger
add:
- conflicts pull request