From d82a7a69c575c6c16ef71795be04242c3c78dcd4 Mon Sep 17 00:00:00 2001 From: utkarsh patrikar Date: Mon, 18 May 2026 14:35:46 +0530 Subject: [PATCH] chore(ci): optimize gemini workflows and remove automatic triage --- .github/workflows/gemini-dispatch.yml | 6 ------ .github/workflows/gemini-scheduled-triage.yml | 14 -------------- 2 files changed, 20 deletions(-) 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: