You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR Agent's workflow triggers have been significantly narrowed, removing reactions to pull_request_review_comment and issue_comment edits, and reducing PR_ACTIONS. Validate if these changes align with the desired interaction model for the PR Agent.
on:
pull_request:
types: [opened, synchronize]issue_comment:
types: [created]
The configuration now triggers the /describe command on every push to a PR branch. This could lead to frequent updates to the PR description and potentially higher API usage. Confirm if this behavior is desired.
The PR Agent is now configured to provide committable code suggestions. Ensure that the quality and reliability of these AI-generated suggestions are acceptable for direct integration into the codebase.
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
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.
PR Type
Bug fix, Enhancement
Description
Refined PR Agent workflow triggers.
Enabled push event
/describecommand.Activated committable code suggestions.
Configured Gemini AI model.
Diagram Walkthrough
File Walkthrough
pr-agent.yml
Refine PR Agent workflow triggers and configuration.github/workflows/pr-agent.yml
pull_request(opened, synchronize) andissue_comment(created)./describecommand.
PR_CODE_SUGGESTIONS.COMMITABLE_CODE_SUGGESTIONS.CONFIG.MODELasgemini/gemini-2.5-flash-preview-05-20.GITHUB_ACTION_CONFIG.PR_ACTIONStoopenedandsynchronize.