From 6dba3318fa4e340880a37f479780408afa972dba Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Wed, 6 May 2020 16:03:36 -0400 Subject: [PATCH] Properly title the Linux SDL autogenerated PR --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70d8a0e..351fb43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,8 @@ jobs: - name: Create pull request uses: peter-evans/create-pull-request@v2 with: - commit-message: 'Update Linux SDL binaries' + commit-message: Update Linux SDL binaries + title: Update Linux SDL binaries body: This PR has been auto-generated to update the Linux SDL binaries. branch: update-linux-binaries