mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-19 20:58:09 +00:00
add count of builds hidden under the folded section
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
63d39fcb87
commit
2c8f9deb05
@ -2,7 +2,7 @@ const main = `
|
||||
### Jenkins Builds
|
||||
{{#if archived.length }}
|
||||
<details>
|
||||
<summary>Click to see older builds</summary>
|
||||
<summary>Click to see older builds ({{ archived.length }})</summary>
|
||||
|
||||
{{> buildsTable archived }}
|
||||
</details>
|
||||
|
@ -20,7 +20,7 @@ const COMMENT = `
|
||||
const COMMENT_FOLDED = `
|
||||
### Jenkins Builds
|
||||
<details>
|
||||
<summary>Click to see older builds</summary>
|
||||
<summary>Click to see older builds (2)</summary>
|
||||
|
||||
| :grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
|
||||
|-|-|-|-|-|-|-|
|
||||
|
Loading…
x
Reference in New Issue
Block a user