File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ image:
112112
113113repository :
114114 commit :
115- branch : preview-{random}
115+ branch : preview/banner -{random}
116116 title : " docs(preview): Update preview"
117117 body : ' '
118118 author :
Original file line number Diff line number Diff line change 9595 "branch" : {
9696 "type" : " string" ,
9797 "description" : " Branch name for the commit" ,
98- "default" : " preview-{random}"
98+ "default" : " preview/banner -{random}"
9999 },
100100 "title" : {
101101 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export const defaultConfig: Config = {
8585 repo : undefined ,
8686
8787 commit : {
88- branch : "preview-{random}" ,
88+ branch : "preview/banner -{random}" ,
8989 title : "docs(preview): Update preview" ,
9090 body : undefined ,
9191
You can’t perform that action at this time.
0 commit comments