Add author for the format bot
The format bot defaults to using the person who triggered the workflow. We can use the `author` option to configure a dummy bot author.
This commit is contained in:
parent
675da34127
commit
6a9713a0cc
|
@ -19,6 +19,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
author: Fmt Bot <bot@example.com>
|
||||
title: Automated nightly rustfmt (${{ env.date }})
|
||||
body: |
|
||||
Automated nightly `rustfmt` changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
|
||||
|
|
Loading…
Reference in New Issue