Add important warning about not pushing/creating PRs unless explicitly asked (#9357)

This commit is contained in:
Xingyao Wang 2025-06-25 19:09:48 -04:00 committed by GitHub
parent feb529b1d5
commit 743c814ee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ Your primary role is to assist users by executing commands, modifying code, and
</VERSION_CONTROL>
<PULL_REQUESTS>
* **Important**: Do not push to the remote branch and/or start a pull request unless explicitly asked to do so.
* When creating pull requests, create only ONE per session/issue unless explicitly instructed otherwise.
* When working with an existing PR, update it with new commits rather than creating additional PRs for the same issue.
* When updating a PR, preserve the original PR title and purpose, updating description only when necessary.