1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Set git config to be able to create PRs

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-02 13:22:28 -04:00
parent d625709f53
commit 77823995c7

View File

@ -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