From e7850703b501eb3e93275fb4e512d426ebf4ce09 Mon Sep 17 00:00:00 2001 From: "mingholy.lmh" Date: Mon, 15 Sep 2025 14:48:29 +0800 Subject: [PATCH] fix: gha issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/gemini-automated-issue-triage.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4350d402..556b65b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,7 +34,7 @@ body:
Client Information - Run `gemini` to enter the interactive CLI, then run the `/about` command. + Run `qwen` to enter the interactive CLI, then run the `/about` command. ```console $ qwen /about diff --git a/.github/workflows/gemini-automated-issue-triage.yml b/.github/workflows/gemini-automated-issue-triage.yml index 840dced0..5a426751 100644 --- a/.github/workflows/gemini-automated-issue-triage.yml +++ b/.github/workflows/gemini-automated-issue-triage.yml @@ -46,7 +46,6 @@ jobs: ISSUE_BODY: '${{ github.event.issue.body }}' ISSUE_NUMBER: '${{ github.event.issue.number }}' REPOSITORY: '${{ github.repository }}' - AVAILABLE_LABELS: '${{ steps.get_labels.outputs.available_labels }}' with: OPENAI_API_KEY: '${{ secrets.OPENAI_API_KEY }}' OPENAI_BASE_URL: '${{ secrets.OPENAI_BASE_URL }}'