Merge rust-bitcoin/rust-bitcoin#2204: Add author for the format bot
6a9713a0cc
Add author for the format bot (Tobin C. Harding) Pull request description: The format bot defaults to using the person who triggered the workflow. We can use the `author` option to configure a dummy bot author. ACKs for top commit: Kixunil: ACK6a9713a0cc
apoelstra: ACK6a9713a0cc
Tree-SHA512: 8b2c419767d217ddb499032497f46588f939d92a01694b611ad44d872541871da28cfe3e9edd0c917bfdea02e86f8ed3a4fdfef60b59d0be5b7c0c2814a5db7b
This commit is contained in:
commit
3ddf60ffd4
|
@ -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