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