Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jerop
Copy link
Contributor

@jerop jerop commented Aug 25, 2025

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.

@jerop jerop requested review from a team as code owners August 25, 2025 15:36
@gemini-cli
Copy link

gemini-cli bot commented Aug 25, 2025

🤖 Hi @jerop, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@jerop jerop linked an issue Aug 25, 2025 that may be closed by this pull request
@jerop jerop force-pushed the feat/rename-gemini-cli-to-invoke branch from 544741c to 28abdb8 Compare August 25, 2025 15:53
@jerop
Copy link
Contributor Author

jerop commented Aug 25, 2025

linting issue is fixed in #240

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`.
@jerop jerop force-pushed the feat/rename-gemini-cli-to-invoke branch from 28abdb8 to 525f2df Compare August 25, 2025 16:45
Copy link
Contributor

@leehagoodjames leehagoodjames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Perhaps gemini-run?

@jerop
Copy link
Contributor Author

jerop commented Aug 25, 2025

gemini-run may get confused with action name run-gemini-cli? but open to this change

@jerop jerop merged commit 7d210fb into main Aug 25, 2025
15 checks passed
@jerop jerop deleted the feat/rename-gemini-cli-to-invoke branch August 25, 2025 16:50
google-github-actions-bot added a commit that referenced this pull request Aug 26, 2025
## What's Changed
* fix(output): separate the stdout and stderr logs by @sethvargo in
#186
* fix: correct step numbering in setup_workload_identity.sh by
@jasmeetsb in
#188
* Try and address TOCTOU issues in gemini-cli.yml by @sethvargo in
#187
* chore: bump `actions/checkout` GitHub Actions by @Marukome0743 in
#193
* docs: add gitignore recommendations across all workflows by @jerop in
#198
* chore: bump `actions/create-github-app-token` from 2.0.6 to 2.1.1 by
@Marukome0743 in
#200
* bug(output): do not print output by default by @sethvargo in
#202
* Add GOOGLE_API_KEY variable by @vivekkairi in
#201
* Stream live output if (and only if) debug mode is enabled by
@sethvargo in
#207
* bug(debug): use `vars` (not `env`) when enabling debug mode by
@sethvargo in
#211
* feat: Add GEMINI_MODEL support by @vivekkairi in
#214
* feat(actions): use the dispatcher pattern to separate concerns by
@sethvargo in
#212
* bug(ci): set id-token permissions by @sethvargo in
#223
* chore: add a debugger by @sethvargo in
#226
* Add release notes generation example in awesome list by @jerop in
#225
* feat(invoke): update invoke prompt to better separate execution flow
by @sethvargo in
#227
* chore(ci): refactor scheduled triage workflow by @sethvargo in
#232
* Fix triage workflow by @sethvargo in
#233
* Auto trigger PR reviews when they are from branches in repo by @jerop
in #234
* rename workflow from `gemini-issue-scheduled-triage` to
`gemini-scheduled-triage` by @jerop in
#238
* feat: rename triage workflows by @jerop in
#240
* feat: rename gemini-cli to gemini-invoke by @jerop in
#239
* rename PR review workflow to be consistent with the rest by @jerop in
#241
* feat(workflows): refactor examples/workflows to use dispatch pattern
by @jerop in
#242
* feat: pin example workflows to v0 by @jerop in
#246
* add google_api_key input in gemini-triage workflows by @jerop in
#243
* feat: add best practices guide by @jerop in
#245

## New Contributors
* @vivekkairi made their first contribution in
#201

**Full Changelog**:
v0.1.11...v0.1.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Synchronize examples/workflows with .github/workflows

3 participants