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 }}'