Skip to content

Commit ac194c1

Browse files
committed
Set committer to GH bot for Istio update PRs
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 906eb62 commit ac194c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-istio.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Check for updates
2424
id: check
2525
run: |
26+
git config user.name github-actions
27+
git config user.email [email protected]
28+
2629
curl -sL https://istio.io/downloadIstio | sh -
2730
ISTIO_DIR=$(find . -name 'istio-*' -type d -maxdepth 1 -print | head -n1)
2831
ISTIO_VER=${ISTIO_DIR##./istio-}
@@ -44,6 +47,8 @@ jobs:
4447
if: steps.check.outputs.version
4548
with:
4649
token: ${{ secrets.GH_ADMIN_TOKEN }}
50+
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
51+
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4752
commit-message: Update Istio to ${{ steps.check.outputs.version }}
4853
title: Update Istio to ${{ steps.check.outputs.version }}
4954
body: |

0 commit comments

Comments
 (0)