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