@@ -87,10 +87,10 @@ dotprompt-dart:
8787 - any-glob-to-any-file :
8888 - " dart/dotprompt/**"
8989
90- handlebarrz -dart :
90+ handlebars -dart :
9191 - changed-files :
9292 - any-glob-to-any-file :
93- - " dart/handlebarrz /**"
93+ - " dart/handlebars_dart /**"
9494
9595js :
9696 - changed-files :
@@ -177,31 +177,31 @@ npm:
177177
178178# Automatically add labels to any PR also based on branch naming conventions.
179179build :
180- - head-branch : [' ^.*/build/.*', ' build' ]
180+ - head-branch : [" ^.*/build/.*", " build" ]
181181
182182chore :
183- - head-branch : [' ^.*/chore/.*', ' chore' ]
183+ - head-branch : [" ^.*/chore/.*", " chore" ]
184184
185185ci :
186- - head-branch : [' ^.*/ci/.*', 'ci' ]
186+ - head-branch : [" ^.*/ci/.*", "ci" ]
187187
188188feature :
189- - head-branch : [' ^.*/feat/.*', ' feature' ]
189+ - head-branch : [" ^.*/feat/.*", " feature" ]
190190
191191fix :
192- - head-branch : [' ^.*/fix/.*', ' fix' ]
192+ - head-branch : [" ^.*/fix/.*", " fix" ]
193193
194194perf :
195- - head-branch : [' ^.*/perf/.*', ' perf' ]
195+ - head-branch : [" ^.*/perf/.*", " perf" ]
196196
197197refactor :
198- - head-branch : [' ^.*/refactor/.*', ' refactor' ]
198+ - head-branch : [" ^.*/refactor/.*", " refactor" ]
199199
200200style :
201- - head-branch : [' ^.*/style/.*', ' style' ]
201+ - head-branch : [" ^.*/style/.*", " style" ]
202202
203203test :
204- - head-branch : [' ^.*/test/.*', ' test' ]
204+ - head-branch : [" ^.*/test/.*", " test" ]
205205
206206# ==============================================================================
207207# RELEASE PLEASE LABELS
@@ -210,48 +210,47 @@ test:
210210# Branch pattern: release-please--<component>--<path>
211211
212212release :
213- - head-branch : [' ^release-please--.*' ]
213+ - head-branch : [" ^release-please--.*" ]
214214
215215# Component-specific release labels
216216release/dotprompt :
217- - head-branch : [' ^release-please--dotprompt.*' ]
217+ - head-branch : [" ^release-please--dotprompt.*" ]
218218
219219release/dotpromptz :
220- - head-branch : [' ^release-please--dotpromptz--.*' ]
220+ - head-branch : [" ^release-please--dotpromptz--.*" ]
221221
222222release/dotpromptz-handlebars :
223- - head-branch : [' ^release-please--dotpromptz-handlebars--.*' ]
223+ - head-branch : [" ^release-please--dotpromptz-handlebars--.*" ]
224224
225225release/dotprompt-go :
226- - head-branch : [' ^release-please--dotprompt-go.*' ]
226+ - head-branch : [" ^release-please--dotprompt-go.*" ]
227227
228228release/dotprompt-rs :
229- - head-branch : [' ^release-please--dotprompt-rs.*' ]
229+ - head-branch : [" ^release-please--dotprompt-rs.*" ]
230230
231231release/dotprompt-java :
232- - head-branch : [' ^release-please--dotprompt-java.*' ]
232+ - head-branch : [" ^release-please--dotprompt-java.*" ]
233233
234234release/vscode :
235- - head-branch : [' ^release-please--dotprompt-vscode.*' ]
235+ - head-branch : [" ^release-please--dotprompt-vscode.*" ]
236236
237237release/vim :
238- - head-branch : [' ^release-please--dotprompt-vim.*' ]
238+ - head-branch : [" ^release-please--dotprompt-vim.*" ]
239239
240240release/emacs :
241- - head-branch : [' ^release-please--dotprompt-emacs.*' ]
241+ - head-branch : [" ^release-please--dotprompt-emacs.*" ]
242242
243243release/jetbrains :
244- - head-branch : [' ^release-please--dotprompt-jetbrains.*' ]
244+ - head-branch : [" ^release-please--dotprompt-jetbrains.*" ]
245245
246246release/monaco :
247- - head-branch : [' ^release-please--dotprompt-monaco.*' ]
247+ - head-branch : [" ^release-please--dotprompt-monaco.*" ]
248248
249249release/codemirror :
250- - head-branch : [' ^release-please--dotprompt-codemirror.*' ]
250+ - head-branch : [" ^release-please--dotprompt-codemirror.*" ]
251251
252252release/treesitter :
253- - head-branch : [' ^release-please--tree-sitter-dotprompt.*' ]
253+ - head-branch : [" ^release-please--tree-sitter-dotprompt.*" ]
254254
255255release/promptly :
256- - head-branch : ['^release-please--promptly.*']
257-
256+ - head-branch : ["^release-please--promptly.*"]
0 commit comments