From 1666c093c29277a2c92afc7c9bb358830a432d6c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 1 Oct 2020 17:31:47 +0200 Subject: [PATCH] chore: tweak automatic PR for Go Bump --- .github/workflows/bump-go.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-go.yml b/.github/workflows/bump-go.yml index 2cfcbc0..a357abe 100644 --- a/.github/workflows/bump-go.yml +++ b/.github/workflows/bump-go.yml @@ -1,5 +1,4 @@ name: Bump Go - on: schedule: - cron: 00 7 * * * @@ -22,6 +21,8 @@ jobs: - name: Create pull request uses: peter-evans/create-pull-request@v3 with: - title: Bump Go - commit-message: Bump Go to version '${{ steps.bump-go.outputs.go-version }}' + author: GitHub + title: chore: bump Go version + commit-message: Bump Go to version ${{ steps.bump-go.outputs.go-version }} branch: bump-go/patch + delete-branch: true