Skip to content

Commit fbc4c4c

Browse files
authored
docs(changeset): add autoMerge field to konfig.yaml for automation (#744)
1 parent 38858fe commit fbc4c4c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'konfig-lib': patch
3+
---
4+
5+
add autoMerge field to konfig.yaml for automation

generator/konfig-dash/packages/konfig-lib/src/KonfigYamlCommon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ export const KonfigYamlCommon = z
350350
'Overrides the path of progress.yaml which is used in the "konfig fix" CLI command. This is helpful if you have a staging and production OpenAPI Specification and you want to host two different SDK repos for staging and production releases but want to share the same progress for "konfig fix".'
351351
),
352352
filterPaths: filterPaths.optional(),
353+
doNotAutoMergeBumpPr: z.boolean().optional(),
353354
tagPriority: tagPrioritySchema.optional(),
354355
takeFirstTag: z
355356
.boolean()

0 commit comments

Comments
 (0)