From f8ab04c3eac013c0bee16d282dd7b5586fbae6b5 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 30 Aug 2025 18:11:21 +0800 Subject: [PATCH] fix(workflow): set repo context to RSSNext/Folo in similar_issues prompt --- .github/prompts/similar_issues.prompt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/prompts/similar_issues.prompt.yml b/.github/prompts/similar_issues.prompt.yml index 2d9a878dc..78db06d2f 100644 --- a/.github/prompts/similar_issues.prompt.yml +++ b/.github/prompts/similar_issues.prompt.yml @@ -9,13 +9,14 @@ messages: the current issue. Return up to 3 of the most similar past issues. If none are reasonably similar, return an empty list. Output must follow the response schema exactly and include only data you actually retrieved from GitHub tools. + The current GitHub repository context is: owner "RSSNext", repo "Folo". - role: user content: |- Find similar issues for this new issue: Title: {{issue_title}} Body: {{issue_body}} -model: openai/gpt-4o +model: openai/gpt-5 responseFormat: json_schema jsonSchema: |- {