Skip to content

Commit 4b28e80

Browse files
authored
Merge pull request #267 from ityuhui/yh-git-robot-20250601
Update k8s git robot for GitHub Actions
2 parents 65347ed + 369c6de commit 4b28e80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- name: Commit and push
7979
run: |
8080
# Commit and push
81-
git config user.email "k8s.ci.robot@gmail.com"
82-
git config user.name "Kubernetes Prow Robot"
81+
git config user.email "k8s[email protected].com"
82+
git config user.name "Kubernetes Publisher"
8383
git checkout -b "$BRANCH"
8484
git add .
8585
git commit -s -m 'Automated openapi generation from ${{ github.event.inputs.kubernetesBranch }}'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
cat OWNERS | grep ${{ github.actor }}
3030
- name: Prepare
3131
run: |
32-
git config user.email "k8s.ci.robot@gmail.com"
33-
git config user.name "Kubernetes Prow Robot"
32+
git config user.email "k8s[email protected].com"
33+
git config user.name "Kubernetes Publisher"
3434
- name: Release Prepare
3535
run: |
3636
git tag -a v${{ github.event.inputs.releaseVersion }} -m "version ${{ github.event.inputs.releaseVersion }}"

0 commit comments

Comments
 (0)