Put all of the commit message in the autogenerated PR description

- This'll stop needs-response[bot] from moaning at us.
This commit is contained in:
Issy Long 2020-08-16 12:40:59 +01:00 committed by Mike McQuaid
parent 0244eb89ae
commit b169ac85cb
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -54,4 +54,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
run: |
cd "$GITHUB_WORKSPACE/Library/Homebrew"
hub pull-request -m "$(git log -1 --format='%s')"
hub pull-request -m "$(git log -1 --format='%s%n%n%b')"