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"
|
identifier: "ci-result"
|
||||||
message: |-
|
message: |-
|
||||||
@{{commit.author.login}} Please review the following output log for errors:
|
@{{commit.author.login}} Please review the following output log for errors:
|
||||||
|
<details>
|
||||||
``` text
|
``` text
|
||||||
{{{logResult}}}
|
{{{logResult}}}
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
See [complete report here]({{status.target_url}}).
|
See [complete report here]({{status.target_url}}).
|
||||||
set:
|
set:
|
||||||
|
|
Loading…
Reference in New Issue