From 7b5af35d9ab1edc266d6c530a449dd50ed5fd3fb Mon Sep 17 00:00:00 2001 From: daz Date: Tue, 18 Feb 2025 14:10:09 -0700 Subject: [PATCH] Set author to bot for generated commits --- .github/workflows/ci-update-dist.yml | 1 + .github/workflows/update-checksums-file.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-update-dist.yml b/.github/workflows/ci-update-dist.yml index baf89d0..6b8cf06 100644 --- a/.github/workflows/ci-update-dist.yml +++ b/.github/workflows/ci-update-dist.yml @@ -59,5 +59,6 @@ jobs: - name: Commit & push changes uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 with: + commit_author: Bot Githubaction commit_message: '[bot] Update dist directory' file_pattern: dist diff --git a/.github/workflows/update-checksums-file.yml b/.github/workflows/update-checksums-file.yml index c6e7fee..f8a42f8 100644 --- a/.github/workflows/update-checksums-file.yml +++ b/.github/workflows/update-checksums-file.yml @@ -42,6 +42,7 @@ jobs: uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: branch: bot/wrapper-checksums-update + author: Bot Githubaction commit-message: Update known wrapper checksums title: Update known wrapper checksums # Note: Unfortunately this action cannot trigger the regular workflows for the PR automatically, see