generated from hashicorp/terraform-provider-scaffolding-framework
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
32 lines (29 loc) · 807 Bytes
/
.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
pull_request_rules:
- name: Automatic approve for Dependabot
conditions:
- author=dependabot[bot]
- "check-success=DeepSource: Go"
- "check-success=DeepSource: Secrets"
- "check-success=DeepSource: Transformers"
actions:
review:
- name: Automatic approve for owner
conditions:
- author=gonzolino
- "check-success=DeepSource: Go"
- "check-success=DeepSource: Secrets"
- "check-success=DeepSource: Transformers"
actions:
review:
- name: Automatic merge approved by Mergify
conditions:
- approved-reviews-by=mergify[bot]
actions:
merge:
method: merge
- name: Automatic merge approved by owner
conditions:
- approved-reviews-by=gonzolino
actions:
merge:
method: merge