Skip to content

Commit f048de7

Browse files
Copilotpelikhan
andauthored
Add required-category to create-discussion schema branch
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 3c53aa5 commit f048de7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/parser/schemas/main_workflow_schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5689,6 +5689,10 @@
56895689
"minLength": 1,
56905690
"pattern": "\\S"
56915691
},
5692+
"required-category": {
5693+
"type": "string",
5694+
"description": "Required category for matching when close-older-discussions is enabled. Only discussions in this category will be considered when searching for older discussions to close."
5695+
},
56925696
"fallback-to-issue": {
56935697
"type": "boolean",
56945698
"description": "When true (default), fallback to creating an issue if discussion creation fails due to permissions. The fallback issue will include a note indicating it was intended to be a discussion. If close-older-discussions is enabled, the close-older-issues logic will be applied to the fallback issue.",

0 commit comments

Comments
 (0)