From e18b32045fd90ce0f1764ef47f5860313f9812e9 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Fri, 24 Apr 2026 16:23:06 -0700 Subject: [PATCH] Inputs. --- .github/workflows/gemini-cli-bot-brain.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/gemini-cli-bot-brain.yml b/.github/workflows/gemini-cli-bot-brain.yml index 216502a064..88dddaf07d 100644 --- a/.github/workflows/gemini-cli-bot-brain.yml +++ b/.github/workflows/gemini-cli-bot-brain.yml @@ -4,6 +4,15 @@ on: schedule: - cron: '0 0 * * *' # Every 24 hours workflow_dispatch: + inputs: + clear_memory: + description: 'Clear memory (drops learnings from previous runs)' + type: 'boolean' + default: false + enable_prs: + description: 'Enable PRs (automatically promote changes to PRs)' + type: 'boolean' + default: false concurrency: group: '${{ github.workflow }}-${{ github.ref }}'