diff --git a/.github/workflows/gemini-dispatch.yml b/.github/workflows/gemini-dispatch.yml index bfad13b..535d80c 100644 --- a/.github/workflows/gemini-dispatch.yml +++ b/.github/workflows/gemini-dispatch.yml @@ -10,10 +10,6 @@ on: pull_request: types: - 'opened' - issues: - types: - - 'opened' - - 'reopened' issue_comment: types: - 'created' @@ -95,8 +91,6 @@ jobs: if (eventType === 'pull_request.opened') { core.setOutput('command', 'review'); - } else if (['issues.opened', 'issues.reopened'].includes(eventType)) { - core.setOutput('command', 'triage'); } else if (request.startsWith("@gemini-cli /review")) { core.setOutput('command', 'review'); const additionalContext = request.replace(/^@gemini-cli \/review/, '').trim(); diff --git a/.github/workflows/gemini-scheduled-triage.yml b/.github/workflows/gemini-scheduled-triage.yml index b4d9552..553b007 100644 --- a/.github/workflows/gemini-scheduled-triage.yml +++ b/.github/workflows/gemini-scheduled-triage.yml @@ -1,20 +1,6 @@ name: '📋 Gemini Scheduled Issue Triage' on: - schedule: - - cron: '0 * * * *' # Runs every hour - pull_request: - branches: - - 'main' - - 'release/**/*' - paths: - - '.github/workflows/gemini-scheduled-triage.yml' - push: - branches: - - 'main' - - 'release/**/*' - paths: - - '.github/workflows/gemini-scheduled-triage.yml' workflow_dispatch: concurrency: