From 847729fcae7346aa1891cd7d502307dbbe649440 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Sat, 28 Oct 2023 15:03:48 -0400 Subject: [PATCH] use jellyfin-bot to commit and author `Update API docs` commits --- .github/workflows/build-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index dc528342..65dfad4a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -27,3 +27,8 @@ jobs: uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5 with: commit_message: Update API docs + # use jellyfin-bot to commit the changes instead of the default github-actions[bot] + commit_user_name: jellyfin-bot + commit_user_email: team@jellyfin.org + # use jellyfin-bot to author the changes instead of the default author of the merge commit + commit_author: jellyfin-bot