Last active
June 18, 2023 08:51
-
-
Save nkgentile/95d5b23827907dd28d6a5e833fcdd881 to your computer and use it in GitHub Desktop.
Github CLI alias to update a PR's description
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
gh alias set --shell fill-body 'gh pr edit --body "$(git log --pretty=format:"- %s" --no-decorate --reverse ${1:-main}...HEAD)"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment