File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ export const defaultAuthor: Author = {
2828
2929export const defaultCommit : Commit = {
3030 branch : "preview/banner-{random}" ,
31- title : "docs(preview): Update preview " ,
31+ title : "docs(preview): Update repository banner image " ,
3232
3333 author : defaultAuthor ,
3434} ;
3535
3636export const defaultPullRequest : PullRequest = {
37- title : "Update preview " ,
37+ title : "Update repository banner image " ,
3838 labels : [ "preview" ] ,
3939} ;
4040
Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ exports[`read config 2`] = `
7272 " name" : " github-actions" ,
7373 },
7474 " branch" : " preview/banner-{random}" ,
75- " title" : " docs(preview): Update preview " ,
75+ " title" : " docs(preview): Update repository banner image " ,
7676 },
7777 " pullRequest" : {
7878 " labels" : [
7979 " preview" ,
8080 ],
81- " title" : " Update preview " ,
81+ " title" : " Update repository banner image " ,
8282 },
8383}
8484` ;
You can’t perform that action at this time.
0 commit comments