-
Notifications
You must be signed in to change notification settings - Fork 72
/
.mergify.yml
74 lines (73 loc) · 2.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
queue_rules:
- name: automatic merge
queue_conditions:
- base!=release
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge|no-squash)
- -merged
- -closed
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- '#approved-reviews-by>=1'
- -approved-reviews-by~=author
- '#changes-requested-reviews-by=0'
- status-success=Build on Node.js v18 on ubuntu-latest
- status-success=Build on Node.js v18 on windows-latest
- status-success=Validate PR title
merge_conditions: []
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash
- name: automatic merge of Dependabot PRs
queue_conditions:
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
- author=dependabot[bot]
- status-success=Build on Node.js v18 on ubuntu-latest
- status-success=Build on Node.js v18 on windows-latest
- status-success=Validate PR title
merge_conditions: []
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash
pull_request_rules:
- name: automatic merge
actions:
comment:
message: Thank you for contributing! Your pull request will be updated from
main and then merged automatically (do not update manually, and be sure
to [allow changes to be pushed to your
fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
conditions:
- base!=release
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge|no-squash)
- -merged
- -closed
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- '#approved-reviews-by>=1'
- -approved-reviews-by~=author
- '#changes-requested-reviews-by=0'
- status-success=Build on Node.js v18 on ubuntu-latest
- status-success=Build on Node.js v18 on windows-latest
- status-success=Validate PR title
- name: if fails conventional commits
actions:
comment:
message: Title does not follow the guidelines of [Conventional Commits](https://www.conventionalcommits.org).
Please adjust title before merge.
conditions:
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- status-failure=Semantic PRs
- -merged
- -closed
- name: automatic merge + automatic merge of Dependabot PRs
conditions: []
actions:
queue: