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:
parent
0244eb89ae
commit
b169ac85cb
2
.github/workflows/tapioca-update.yml
vendored
2
.github/workflows/tapioca-update.yml
vendored
@ -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')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user