-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify.yml
144 lines (143 loc) · 2.93 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# 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: merge scala-steward's PRs
conditions:
- author=lucuma-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- 'title=flake.lock: Update'
- status-success=Build and Test (ubuntu-latest, 3, temurin@17)
actions:
merge: {}
- name: Label csstype PRs
conditions:
- files~=^csstype/
actions:
label:
add:
- csstype
remove: []
- name: Label dateFns PRs
conditions:
- files~=^dateFns/
actions:
label:
add:
- dateFns
remove: []
- name: Label highcharts PRs
conditions:
- files~=^highcharts/
actions:
label:
add:
- highcharts
remove: []
- name: Label primereact PRs
conditions:
- files~=^primereact/
actions:
label:
add:
- primereact
remove: []
- name: Label propTypes PRs
conditions:
- files~=^propTypes/
actions:
label:
add:
- propTypes
remove: []
- name: Label react PRs
conditions:
- files~=^react/
actions:
label:
add:
- react
remove: []
- name: Label reactDatepicker PRs
conditions:
- files~=^reactDatepicker/
actions:
label:
add:
- reactDatepicker
remove: []
- name: Label reactPopper PRs
conditions:
- files~=^reactPopper/
actions:
label:
add:
- reactPopper
remove: []
- name: Label reactTransitionGroup PRs
conditions:
- files~=^reactTransitionGroup/
actions:
label:
add:
- reactTransitionGroup
remove: []
- name: Label scheduler PRs
conditions:
- files~=^scheduler/
actions:
label:
add:
- scheduler
remove: []
- name: Label std PRs
conditions:
- files~=^std/
actions:
label:
add:
- std
remove: []
- name: Label tanstackReactTable PRs
conditions:
- files~=^tanstackReactTable/
actions:
label:
add:
- tanstackReactTable
remove: []
- name: Label tanstackReactVirtual PRs
conditions:
- files~=^tanstackReactVirtual/
actions:
label:
add:
- tanstackReactVirtual
remove: []
- name: Label tanstackTableCore PRs
conditions:
- files~=^tanstackTableCore/
actions:
label:
add:
- tanstackTableCore
remove: []
- name: Label tanstackVirtualCore PRs
conditions:
- files~=^tanstackVirtualCore/
actions:
label:
add:
- tanstackVirtualCore
remove: []
- name: merge dependabot PRs
conditions:
- author=dependabot[bot]
- status-success=Build and Test (ubuntu-latest, 3, temurin@17)
actions:
merge: {}