-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow editing a PR description (#90)
Previously, if there's an existing PR, an editor pops open, but the content is discarded anyway. Now it won't opens an editor in such case. With the new flag `--edit`, an editor opens for an existing PR. The content is pre-filled with the existing PR description and updated contents are reflected to the PR.
- Loading branch information
Showing
2 changed files
with
75 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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