From c03e56de0a5fe4d840b1a7a3a0b7952e64921b8a Mon Sep 17 00:00:00 2001 From: jlaura Date: Wed, 1 Sep 2021 04:54:45 -0700 Subject: [PATCH] Update version_bump.yml --- .github/workflows/version_bump.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 70b02819..71770330 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -69,4 +69,6 @@ jobs: branch: ${{ github.event.pull_request.base.ref }} message: 'Bump version to ${{ steps.new-version.outputs.new-version }}' repo-token: ${{ secrets.GITHUB_TOKEN }} + author_name: github-actions[bot] + author_email: github-actions[bot]@users.noreply.github.com -- GitLab