From ee0af094633734d1f9cc3db3701e0dc1e05c565e Mon Sep 17 00:00:00 2001 From: LukaszKontowski <49597713+LukaszKontowski@users.noreply.github.com> Date: Sat, 15 Oct 2022 17:13:01 +0200 Subject: [PATCH] Fix `update intellij version` pull requests (#289) * Add github bot as commiter in update intellij version commits * Fix update intellij version PRs * insert proper bot's e-mail --- .github/workflows/update-intellij-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-intellij-version.yml b/.github/workflows/update-intellij-version.yml index 8003f3b3..e10326b3 100644 --- a/.github/workflows/update-intellij-version.yml +++ b/.github/workflows/update-intellij-version.yml @@ -33,3 +33,5 @@ jobs: commit-message: ${{ env.PR_TITLE }} title: ${{ env.PR_TITLE }} body: ${{ env.PR_BODY }} + author: "virtuslab-bot <74701374+virtuslab-bot@users.noreply.github.com>" + token: ${{ secrets.BOT_ACCESS_TOKEN }}