From c4b5bb22db7a30296397de9dac8e09375f057b8d Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 8 Jul 2020 01:13:14 +0100 Subject: [PATCH] Tidy up commit msg on docker update action --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c4abef8c..356d8d71f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,11 @@ jobs: committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> path: 'node-red-docker' - title: '[TEST] Update to Node-RED ${{ env.newVersion }} release' + commit-message: 'Bump to ${{ env.newVersion }}' + title: '🚀 Update to Node-RED ${{ env.newVersion }} release' body: | Updates the Node-RED Docker repo for the ${{ env.newVersion }} release. + Once this is merged, you will need to create a new release with the tag `v${{ env.newVersion }}`. + This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary