From 77823995c7289711ffa7366e2c9f56a8c73ee7a1 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 2 May 2023 13:22:28 -0400 Subject: [PATCH] chore: Set git config to be able to create PRs Signed-off-by: Sebastian Malton --- .github/workflows/daily-alpha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily-alpha.yml b/.github/workflows/daily-alpha.yml index 51030ce5b1..997e9c85f6 100644 --- a/.github/workflows/daily-alpha.yml +++ b/.github/workflows/daily-alpha.yml @@ -25,6 +25,8 @@ jobs: - name: Create PR run: | + git config --local user.email "info@k8slens.dev" + git config --local user.name "K8s Lens Bot" npm run create-release-pr env: BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes