Set author to bot for generated commits

This commit is contained in:
daz 2025-02-18 14:10:09 -07:00
parent e4e5504a6f
commit 7b5af35d9a
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -59,5 +59,6 @@ jobs:
- name: Commit & push changes
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
with:
commit_author: Bot Githubaction <bot-githubaction@gradle.com>
commit_message: '[bot] Update dist directory'
file_pattern: dist

View File

@ -42,6 +42,7 @@ jobs:
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
branch: bot/wrapper-checksums-update
author: Bot Githubaction <bot-githubaction@gradle.com>
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