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 push_commands are configured to run specific AI review actions on pushes. Confirm if running /describe, /review, and /improve on every commit/push is the intended behavior, or if these commands should be triggered only for specific events, such as PR creation or updates, to optimize AI usage and reduce potential noise.
The new triggerAIOnSync job posts comments (/review, /describe, /improve) to trigger the AI review process on pull_requestsynchronize events. This indirect method adds extra steps and comments to the PR history. Consider if the AI review jobs could be triggered more directly from triggerAIOnSync or if the getPRHead job's condition could be adjusted to handle synchronize events without relying on issue_comment events.
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.
801
Description of changes
Checklist before review
Screenshots
Dev
Staging