From b169ac85cb67c913954978debb56cd1c0c105548 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 16 Aug 2020 12:40:59 +0100 Subject: [PATCH] Put all of the commit message in the autogenerated PR description - This'll stop needs-response[bot] from moaning at us. --- .github/workflows/tapioca-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tapioca-update.yml b/.github/workflows/tapioca-update.yml index f359288d97..1a81a44a8e 100644 --- a/.github/workflows/tapioca-update.yml +++ b/.github/workflows/tapioca-update.yml @@ -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')"