Add a flag to pr-create that sets the PR to auto-complete at creation time, so it merges automatically once branch policies pass.
Proposed:
pr-create ... --auto-complete sets autoCompleteSetBy (the current user) on the created PR.
- Combine with completion options, e.g.
--delete-source to delete the source branch on merge (reuse the option already on pr-complete).
Closes the loop on the PR workflow shipped in v1.3.0: create + review + comment + auto-merge without leaving the terminal.
Add a flag to
pr-createthat sets the PR to auto-complete at creation time, so it merges automatically once branch policies pass.Proposed:
pr-create ... --auto-completesetsautoCompleteSetBy(the current user) on the created PR.--delete-sourceto delete the source branch on merge (reuse the option already onpr-complete).Closes the loop on the PR workflow shipped in v1.3.0: create + review + comment + auto-merge without leaving the terminal.