-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
66 lines (65 loc) · 1.5 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
# 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 calibrations PRs
conditions:
- files~=^modules/calibrations/
actions:
label:
add:
- calibrations
remove: []
- name: Label phase0 PRs
conditions:
- files~=^modules/phase0/
actions:
label:
add:
- phase0
remove: []
- name: Label schema PRs
conditions:
- files~=^modules/schema/
actions:
label:
add:
- schema
remove: []
- name: Label sequence PRs
conditions:
- files~=^modules/sequence/
actions:
label:
add:
- sequence
remove: []
- name: Label service PRs
conditions:
- files~=^modules/service/
actions:
label:
add:
- service
remove: []
- name: Label smartgcal PRs
conditions:
- files~=^modules/smartgcal/
actions:
label:
add:
- smartgcal
remove: []