mirror of https://github.com/webpack/webpack.git
bot: Encapsulate output logs in details tag
This commit is contained in:
parent
41bb63ad69
commit
7a191904f6
|
@ -85,10 +85,11 @@ rules:
|
|||
identifier: "ci-result"
|
||||
message: |-
|
||||
@{{commit.author.login}} Please review the following output log for errors:
|
||||
|
||||
<details>
|
||||
``` text
|
||||
{{{logResult}}}
|
||||
```
|
||||
</details>
|
||||
|
||||
See [complete report here]({{status.target_url}}).
|
||||
set:
|
||||
|
|
Loading…
Reference in New Issue