-
Notifications
You must be signed in to change notification settings - Fork 36
/
.mergify.yml
88 lines (87 loc) · 1.79 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# This file was automatically generated by sbt-typelevel-mergify using the
# mergifyGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the mergify configuration
# to meet your needs, then regenerate this file.
pull_request_rules:
- name: Label documentation PRs
conditions:
- files~=^docs/
actions:
label:
add:
- documentation
remove: []
- name: Label module:core PRs
conditions:
- files~=^core/
actions:
label:
add:
- module:core
remove: []
- name: Label module:oteljava PRs
conditions:
- files~=^oteljava/
actions:
label:
add:
- module:oteljava
remove: []
- name: Label module:sdk PRs
conditions:
- files~=^sdk/
actions:
label:
add:
- module:sdk
remove: []
- name: Label module:sdk:contrib:aws PRs
conditions:
- files~=^sdk-contrib/aws/
actions:
label:
add:
- module:sdk:contrib:aws
remove: []
- name: Label module:sdk:exporter PRs
conditions:
- files~=^sdk-exporter/
actions:
label:
add:
- module:sdk:exporter
remove: []
- name: Label module:semconv PRs
conditions:
- files~=^semconv/
actions:
label:
add:
- module:semconv
remove: []
- name: Label metrics PRs
conditions:
- files~=/(metrics)/
actions:
label:
add:
- metrics
remove: []
- name: Label trace PRs
conditions:
- files~=/(trace)/
actions:
label:
add:
- trace
remove: []
- name: Label Scala Steward PRs
conditions:
- author=typelevel-steward[bot]
actions:
label:
add:
- dependencies
remove: []