mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Set author to bot for generated commits
This commit is contained in:
parent
e4e5504a6f
commit
7b5af35d9a
1
.github/workflows/ci-update-dist.yml
vendored
1
.github/workflows/ci-update-dist.yml
vendored
@ -59,5 +59,6 @@ jobs:
|
|||||||
- name: Commit & push changes
|
- name: Commit & push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
|
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
|
||||||
with:
|
with:
|
||||||
|
commit_author: Bot Githubaction <bot-githubaction@gradle.com>
|
||||||
commit_message: '[bot] Update dist directory'
|
commit_message: '[bot] Update dist directory'
|
||||||
file_pattern: dist
|
file_pattern: dist
|
||||||
|
1
.github/workflows/update-checksums-file.yml
vendored
1
.github/workflows/update-checksums-file.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
|||||||
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
|
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
|
||||||
with:
|
with:
|
||||||
branch: bot/wrapper-checksums-update
|
branch: bot/wrapper-checksums-update
|
||||||
|
author: Bot Githubaction <bot-githubaction@gradle.com>
|
||||||
commit-message: Update known wrapper checksums
|
commit-message: Update known wrapper checksums
|
||||||
title: Update known wrapper checksums
|
title: Update known wrapper checksums
|
||||||
# Note: Unfortunately this action cannot trigger the regular workflows for the PR automatically, see
|
# Note: Unfortunately this action cannot trigger the regular workflows for the PR automatically, see
|
||||||
|
Loading…
x
Reference in New Issue
Block a user