From be48c7eb4c0beddf8d0ba0358f765c399a02c25e Mon Sep 17 00:00:00 2001 From: "mingholy.lmh" Date: Fri, 17 Oct 2025 17:00:16 +0800 Subject: [PATCH] fix: rename gemini to qwen, remove google auth hint --- .github/workflows/check-issue-completeness.yml | 2 +- ...tomated-issue-triage.yml => qwen-automated-issue-triage.yml} | 2 +- ...heduled-issue-triage.yml => qwen-scheduled-issue-triage.yml} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{gemini-automated-issue-triage.yml => qwen-automated-issue-triage.yml} (99%) rename .github/workflows/{gemini-scheduled-issue-triage.yml => qwen-scheduled-issue-triage.yml} (99%) diff --git a/.github/workflows/check-issue-completeness.yml b/.github/workflows/check-issue-completeness.yml index 4c832611..bf8630bc 100644 --- a/.github/workflows/check-issue-completeness.yml +++ b/.github/workflows/check-issue-completeness.yml @@ -115,7 +115,7 @@ jobs: comment.body.includes('Missing Required Information') ); - const commentBody = `## ⚠️ Missing Required Information + const commentBody = `### ⚠️ Missing Required Information Thank you for reporting this issue! To help us investigate and resolve this problem more effectively, we need some additional information: diff --git a/.github/workflows/gemini-automated-issue-triage.yml b/.github/workflows/qwen-automated-issue-triage.yml similarity index 99% rename from .github/workflows/gemini-automated-issue-triage.yml rename to .github/workflows/qwen-automated-issue-triage.yml index e5dac946..5b5a556e 100644 --- a/.github/workflows/gemini-automated-issue-triage.yml +++ b/.github/workflows/qwen-automated-issue-triage.yml @@ -143,7 +143,7 @@ jobs: category/authentication: Authentication and authorization - Issues with login flows, API keys, OAuth, credential storage - - Related scopes: scope/oauth, scope/api-keys, scope/token-storage, scope/google-auth + - Related scopes: scope/oauth, scope/api-keys, scope/token-storage category/tools: Tool integration and execution - Issues with MCP, shell execution, file operations, web search, memory, git integration diff --git a/.github/workflows/gemini-scheduled-issue-triage.yml b/.github/workflows/qwen-scheduled-issue-triage.yml similarity index 99% rename from .github/workflows/gemini-scheduled-issue-triage.yml rename to .github/workflows/qwen-scheduled-issue-triage.yml index fd894f3c..9b9a94f0 100644 --- a/.github/workflows/gemini-scheduled-issue-triage.yml +++ b/.github/workflows/qwen-scheduled-issue-triage.yml @@ -173,7 +173,7 @@ jobs: category/authentication: Authentication and authorization - Issues with login flows, API keys, OAuth, credential storage - - Related scopes: scope/oauth, scope/api-keys, scope/token-storage, scope/google-auth + - Related scopes: scope/oauth, scope/api-keys, scope/token-storage category/tools: Tool integration and execution - Issues with MCP, shell execution, file operations, web search, memory, git integration