Skip to content

Commit 2ca51d6

Browse files
committed
Fix go upgrade PR creation
1 parent b85a43e commit 2ca51d6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/weekly-go-upgrade.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: peter-evans/create-pull-request@v7
3333
with:
3434
branch: chore/weekly-go-upgrade
35+
author: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
36+
committer: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
3537
commit-message: "chore(go): weekly Go upgrade"
3638
title: "chore(go): weekly Go upgrade"
3739
body: |
@@ -40,4 +42,5 @@ jobs:
4042
- Updates the `go` directive to the latest released Go version.
4143
- Runs `go mod tidy` to keep module files consistent.
4244
labels: dependencies
43-
delete-branch: true
45+
token: ${{ secrets.PRO_ACCESS_TOKEN }}
46+
reviewers: silv-io,carole-lavillonniere

0 commit comments

Comments
 (0)