Conversation
Contributor
|
🤖 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. |
Contributor
There was a problem hiding this comment.
This pull request effectively refactors the example workflows by separating the prompts into TOML files. This change significantly improves the maintainability and usability of the examples. The accompanying documentation and script changes are clear and well-executed.
🔍 General Feedback
- The refactoring to TOML files is a great improvement, making the workflow files cleaner and the prompts easier to manage.
- The documentation updates are comprehensive and provide clear instructions for users who want to customize the prompts.
…amples script - Add comprehensive documentation explaining TOML custom command files - Document how commands are copied from .github/commands/ to .gemini/commands/ - Add customization instructions for each workflow type (invoke, review, triage) - Update CONFIGURATION.md with new 'Custom Commands (TOML Files)' section - Update individual workflow READMEs with TOML file customization steps - Enhance generate-examples.sh to copy TOML files to example directories This change improves discoverability and usability by clearly documenting how users can customize prompts using TOML files instead of inline YAML. Note: Future work will include updating the /setup-github command upstream in the Gemini CLI to automatically copy TOML files when setting up workflows.
03965d6 to
9ee15b9
Compare
bdmorgan
approved these changes
Nov 7, 2025
Merged
google-github-actions-bot
added a commit
that referenced
this pull request
Nov 21, 2025
## What's Changed * feat: support direct wif by @fredrikaverpil in #380 * feat(issue triage): Get all labels of the repository by @chouetz in #346 * Prompt engineering for `gemini-scheduled-triage.toml`. by @joshualitt in #356 * Sync `/examples` with `.github/` - refactor examples to also use custom commands in prompts by @jerop in #386 * chore: add support to use pnpm instead of npm for install by @dcreey in #385 * feat(telemetry): set GHA_NAME dynamically from workflow by @MJjainam in #390 ## New Contributors * @fredrikaverpil made their first contribution in #380 * @chouetz made their first contribution in #346 * @dcreey made their first contribution in #385 * @MJjainam made their first contribution in #390 **Full Changelog**: v0.1.14...v0.1.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change improves discoverability and usability by clearly documenting how users can customize prompts using TOML files instead of inline YAML.
Note: Future work will include updating the /setup-github command upstream in the Gemini CLI to automatically copy TOML files when setting up workflows - #378.
Fixes #377