forked from broadinstitute/warp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pullapprove.yml
197 lines (180 loc) · 8.32 KB
/
.pullapprove.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
---
version: 3
# DO NOT EDIT THIS FILE DIRECTLY!!!
# To edit the pullapprove.yml file, edit the pullapprove_template.yml file or the scripts/process.sh script instead.
# Top level wdls for each pipeline are defined in the scripts/process.sh script.
# All other content in this file can be found in pullapprove_template.yml.
# After editing, run the process.sh script from within the scripts directory to update this file based on your changes.
# Changing this file directly will result in your changes being overwritten the next time process.sh is run.
pullapprove_conditions:
- condition: "'WIP' not in title"
unmet_status: pending
explanation: "Work in progress"
- condition: "'WIP' not in labels"
unmet_status: pending
explanation: "Work in progress"
- condition: "'do not merge' not in labels"
unmet_status: failure
explanation: "Do Not Merge"
groups:
# Reviews from 2 developers are required for any PR
developers:
reviews:
required: 2
request: 0 # number of review requests sent at a time
reviewers:
teams:
- dsde-pipelines-developers
# Reviews from scientific owners:
# - will not be required if the 'eng-only' label is applied
scientific_owners_arrays:
conditions:
- "'eng-only' not in labels"
- "base.ref != 'master'"
- "base.ref != 'RC'"
- >
'pipelines/broad/arrays/multi_sample/MultiSampleArrays.wdl' in files or
'pipelines/broad/arrays/single_sample/Arrays.wdl' in files or
'pipelines/broad/arrays/validate_chip/ValidateChip.wdl' in files or
'pipelines/broad/genotyping/illumina/IlluminaGenotypingArray.wdl' in files or
'tasks/broad/IlluminaGenotypingArrayTasks.wdl' in files or
'tasks/broad/InternalArraysTasks.wdl' in files or
'verification/VerifyArrays.wdl' in files or
'verification/VerifyMetrics.wdl' in files or
'verification/VerifyMultiSampleArrays.wdl' in files or
'verification/VerifyTasks.wdl' in files or
'verification/VerifyValidateChip.wdl' in files or
'pipelines/broad/arrays/multi_sample' in files or
'pipelines/broad/arrays/single_sample' in files or
'pipelines/broad/arrays/validate_chip' in files
reviews:
required: 1
author_value: 1
request: 1
request_order: given
reviewers:
users:
- gbggrant # George Grant
scientific_owners_germline_single_sample:
conditions:
- "'eng-only' not in labels"
- "base.ref != 'master'"
- "base.ref != 'RC'"
- >
'pipelines/broad/dna_seq/germline/single_sample/exome/ExomeGermlineSingleSample.wdl' in files or
'pipelines/broad/dna_seq/germline/single_sample/wgs/WholeGenomeGermlineSingleSample.wdl' in files or
'pipelines/broad/reprocessing/cram_to_unmapped_bams/CramToUnmappedBams.wdl' in files or
'pipelines/broad/reprocessing/exome/ExomeReprocessing.wdl' in files or
'pipelines/broad/reprocessing/external/exome/ExternalExomeReprocessing.wdl' in files or
'pipelines/broad/reprocessing/wgs/WholeGenomeReprocessing.wdl' in files or
'structs/dna_seq/DNASeqStructs.wdl' in files or
'tasks/broad/AggregatedBamQC.wdl' in files or
'tasks/broad/Alignment.wdl' in files or
'tasks/broad/BamProcessing.wdl' in files or
'tasks/broad/BamToCram.wdl' in files or
'tasks/broad/CopyFilesFromCloudToCloud.wdl' in files or
'tasks/broad/GermlineVariantDiscovery.wdl' in files or
'tasks/broad/Qc.wdl' in files or
'tasks/broad/SplitLargeReadGroup.wdl' in files or
'tasks/broad/UnmappedBamToAlignedBam.wdl' in files or
'tasks/broad/Utilities.wdl' in files or
'tasks/broad/VariantCalling.wdl' in files or
'verification/VerifyGermlineSingleSample.wdl' in files or
'verification/VerifyMetrics.wdl' in files or
'verification/VerifyReprocessing.wdl' in files or
'verification/VerifyTasks.wdl' in files or
'pipelines/broad/dna_seq/germline/single_sample/exome' in files or
'pipelines/broad/dna_seq/germline/single_sample/wgs' in files or
'pipelines/broad/reprocessing/cram_to_unmapped_bams' in files or
'pipelines/broad/reprocessing/exome' in files or
'pipelines/broad/reprocessing/external' in files or
'pipelines/broad/reprocessing/wgs' in files
reviews:
required: 1
author_value: 1
request: 2
reviewers:
users:
- ldgauthier # Laura Gauthier
- yfarjoun # Yossi Farjoun
scientific_owners_joint_genotyping:
conditions:
- "'eng-only' not in labels"
- "base.ref != 'master'"
- "base.ref != 'RC'"
- >
'pipelines/broad/dna_seq/germline/joint_genotyping/JointGenotyping.wdl' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/by_chromosome/JointGenotypingByChromosomePartOne.wdl' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/by_chromosome/JointGenotypingByChromosomePartTwo.wdl' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/reblocking/ReblockGVCF.wdl' in files or
'tasks/broad/JointGenotypingTasks.wdl' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/JointGenotyping.changelog.md' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/JointGenotyping.options.json' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/JointGenotyping.wdl' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/by_chromosome' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/exome' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/reblocking' in files or
'pipelines/broad/dna_seq/germline/joint_genotyping/wgs' in files
reviews:
required: 1
author_value: 1
request: 1
request_order: given
reviewers:
users:
- ldgauthier # Laura Gauthier
scientific_owners_somatic_single_sample:
conditions:
- "'eng-only' not in labels"
- "base.ref != 'master'"
- "base.ref != 'RC'"
- >
'beta-pipelines/broad/somatic/single_sample/targeted/TargetedSomaticSingleSample.wdl' in files or
'structs/dna_seq/DNASeqStructs.wdl' in files or
'tasks/broad/AggregatedBamQC.wdl' in files or
'tasks/broad/Alignment.wdl' in files or
'tasks/broad/BamProcessing.wdl' in files or
'tasks/broad/BamToCram.wdl' in files or
'tasks/broad/Qc.wdl' in files or
'tasks/broad/SplitLargeReadGroup.wdl' in files or
'tasks/broad/UnmappedBamToAlignedBam.wdl' in files or
'tasks/broad/Utilities.wdl' in files or
'beta-pipelines/broad/somatic/single_sample/targeted/README.md' in files or
'beta-pipelines/broad/somatic/single_sample/targeted/TargetedSomaticSingleSample.changelog.md' in files or
'beta-pipelines/broad/somatic/single_sample/targeted/TargetedSomaticSingleSample.options.json' in files or
'beta-pipelines/broad/somatic/single_sample/targeted/TargetedSomaticSingleSample.wdl' in files or
'beta-pipelines/broad/somatic/single_sample/targeted/test_inputs' in files
reviews:
required: 1
author_value: 1
request: 1
request_order: given
reviewers:
users:
- fleharty # Mark Fleharty
# Clinical reviews:
# - Approval is not required, this is just to send an email to Betty
# to make sure that she is aware of changes to the clinical pipelines
clinical_owners:
conditions:
- "base.ref != 'master'"
- "base.ref != 'RC'"
- >
'pipelines/broad/dna_seq/germline/single_sample/wgs/WholeGenomeGermlineSingleSample.wdl' in files or
'structs/dna_seq/DNASeqStructs.wdl' in files or
'tasks/broad/AggregatedBamQC.wdl' in files or
'tasks/broad/Alignment.wdl' in files or
'tasks/broad/BamProcessing.wdl' in files or
'tasks/broad/BamToCram.wdl' in files or
'tasks/broad/GermlineVariantDiscovery.wdl' in files or
'tasks/broad/Qc.wdl' in files or
'tasks/broad/SplitLargeReadGroup.wdl' in files or
'tasks/broad/UnmappedBamToAlignedBam.wdl' in files or
'tasks/broad/Utilities.wdl' in files or
'tasks/broad/VariantCalling.wdl' in files
reviews:
required: 0
request: 1
reviewers:
users:
- bwoolf2 # Betty Woolf