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:
parent
d625709f53
commit
77823995c7
2
.github/workflows/daily-alpha.yml
vendored
2
.github/workflows/daily-alpha.yml
vendored
@ -25,6 +25,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
run: |
|
run: |
|
||||||
|
git config --local user.email "info@k8slens.dev"
|
||||||
|
git config --local user.name "K8s Lens Bot"
|
||||||
npm run create-release-pr
|
npm run create-release-pr
|
||||||
env:
|
env:
|
||||||
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
|
BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user