From dc52ab804217cc468412e33bdd3bf47e944d1758 Mon Sep 17 00:00:00 2001 From: McAuley Penney Date: Sat, 17 Jun 2023 08:53:31 -0700 Subject: [PATCH] ci: attribute doc workflow commits only to the bot --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827c09d..b82b9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,3 +25,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "chore(build): auto-generate vimdoc" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" + commit_author: "github-actions[bot] "