Skip to content

Commit 0362671

Browse files
Update schema.v2.json
1 parent 1bad3dd commit 0362671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: static/schema/schema.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"type": "string"
244244
},
245245
"default": [],
246-
"description": "Specify file patterns to exclude or include for a review. Accepts glob patterns. Example: !dist/**, src/**"
246+
"description": "Specify file patterns to include or exclude in a review using glob patterns (e.g., !dist/**, src/**). These patterns also apply to 'git sparse-checkout', including specified patterns and ignoring excluded ones (starting with '!') when cloning the repository."
247247
},
248248
"path_instructions": {
249249
"type": "array",

0 commit comments

Comments
 (0)