Skip to content

Commit bb1b033

Browse files
committed
fix: update description for deprecated squash-merge commit title property in settings.json
1 parent 0051d0e commit bb1b033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/dereferenced/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
},
156156
"use_squash_pr_title_as_default": {
157157
"type": "boolean",
158-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property is closing down. Please use `squash_merge_commit_title` instead.",
158+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property is closing down. Please use `squash_merge_commit_title` instead.**",
159159
"default": false,
160160
"deprecated": true
161161
},

0 commit comments

Comments
 (0)