-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Brief Summary
The auto-commit script does not respect user feedback when regenerating Pull Request (PR) content, specifically when updating an existing PR after new commits.
Steps to Reproduce
- Have an existing Pull Request (PR).
- Make new changes and commit them.
- Push the new commits to the remote repository.
- When prompted by the
auto-commitscript to update the existing PR, provide feedback to the LLM (e.g., instruct it to add a new issue number that the PR closes).
Expected Behavior
The PR content should be updated to incorporate the feedback provided to the LLM (e.g., the new issue number should be added to the PR description).
Actual Behavior
The PR content is not updated to reflect the feedback provided. For example, if instructed to add a new issue number, it is not included in the regenerated PR content.
Additional Context
This was observed when attempting to update an existing PR. I explicitly told the LLM that the PR also closes another issue, but the regenerated PR content did not include this new issue number.
🤖 Generated with Gemini CLI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working