-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.mergify.yml
More file actions
108 lines (107 loc) · 2.19 KB
/
Copy path.mergify.yml
File metadata and controls
108 lines (107 loc) · 2.19 KB
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
# 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=Test (ubuntu-22.04, 3, temurin@11, rootJS)
- status-success=Test (ubuntu-22.04, 3, temurin@11, rootJVM)
- status-success=Test (ubuntu-22.04, 3, temurin@17, rootJVM)
actions:
merge: {}
- name: Label core PRs
conditions:
- files~=^core/
actions:
label:
add:
- core
remove: []
- name: Label http4s PRs
conditions:
- files~=^http4s/
actions:
label:
add:
- http4s
remove: []
- name: Label http4s-jdk-demo PRs
conditions:
- files~=^http4s-jdk-demo/
actions:
label:
add:
- http4s-jdk-demo
remove: []
- name: Label input PRs
conditions:
- files~=^gen/input/
actions:
label:
add:
- input
remove: []
- name: Label model PRs
conditions:
- files~=^model/
actions:
label:
add:
- model
remove: []
- name: Label natchez PRs
conditions:
- files~=^natchez/
actions:
label:
add:
- natchez
remove: []
- name: Label output PRs
conditions:
- files~=^gen/output/
actions:
label:
add:
- output
remove: []
- name: Label rules PRs
conditions:
- files~=^gen/rules/
actions:
label:
add:
- rules
remove: []
- name: Label sbt-plugin PRs
conditions:
- files~=^sbt-plugin/
actions:
label:
add:
- sbt-plugin
remove: []
- name: Label scalajs PRs
conditions:
- files~=^scalajs/
actions:
label:
add:
- scalajs
remove: []
- name: Label tests PRs
conditions:
- files~=^gen/tests/
actions:
label:
add:
- tests
remove: []