Conversation
- Add workflow_dispatch and workflow_call triggers to all Gemini workflows - Implement @gemini-triage, @gemini-coder, and @create-review-issues comment commands - Add guidance comments when automatic workflows are disabled via repository variables - Add logic to find latest review run_id for manual issue creation from PR comments - Update documentation with command reference and manual trigger guide - Ensure manual triggers work even when automatic triggers are disabled Co-authored-by: arii <342438+arii@users.noreply.github.com>
…kflows - Add workflow_dispatch and workflow_call triggers to all Gemini workflows. - Implement @gemini-triage, @gemini-coder <task>, @create-review-issues, and @gemini-help comment commands. - Standardize "Gemini Manual Trigger Quick Reference" footer across all bot comments. - Add "👋 PR Welcome & Reminder" comment when PRs are first opened. - Provide detailed guidance comments when automatic workflows are disabled for cost control. - Fix PR_NUMBER resolution and permissions for manual triggers. - Update documentation with comprehensive manual trigger and comment command guide. Co-authored-by: arii <342438+arii@users.noreply.github.com>
Contributor
👋 Welcome to HRM!Thanks for your contribution. This repository uses Gemini AI for automated triage, code review, and generation. 🤖 Gemini Manual Trigger Quick Reference
For more details and GitHub CLI examples, see the Manual Trigger Guide. |
Contributor
ℹ️ Gemini Review DisabledAutomatic review is currently disabled via Via Comment: Via GitHub Actions:
Via GitHub CLI: gh workflow run reusable-gemini-review.yml -f pr_number=9423🤖 Manual Trigger Quick Reference
Full reference: Manual Trigger Guide To re-enable: Set repository variable |
Contributor
🤖 Gemini Review SkippedReview was skipped for the following reason: 🤖 Manual Trigger Quick Reference
Full reference: Manual Trigger Guide |
Contributor
🤖 Gemini Review SkippedReview was skipped for the following reason: 🤖 Manual Trigger Quick Reference
Full reference: Manual Trigger Guide |
Contributor
🤖 Gemini Review SkippedReview was skipped for the following reason: 🤖 Manual Trigger Quick Reference
Full reference: Manual Trigger Guide |
Owner
Author
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.
Description
This PR introduces functionality related to manual invocation within the CI system.
Fixes # (issue)
Change Type: ✨ New feature (non-breaking change adding functionality)
Related Issues
Closes #(issue_number)
Original PR Body
Description
Please include a summary of the change and which issue is fixed.
Fixes # (issue)
Change Type
Related Issues
Closes #(issue_number)