mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-22 06:08:19 +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
|
### Jenkins Builds
|
||||||
{{#if archived.length }}
|
{{#if archived.length }}
|
||||||
<details>
|
<details>
|
||||||
<summary>Click to see older builds</summary>
|
<summary>Click to see older builds ({{ archived.length }})</summary>
|
||||||
|
|
||||||
{{> buildsTable archived }}
|
{{> buildsTable archived }}
|
||||||
</details>
|
</details>
|
||||||
|
@ -20,7 +20,7 @@ const COMMENT = `
|
|||||||
const COMMENT_FOLDED = `
|
const COMMENT_FOLDED = `
|
||||||
### Jenkins Builds
|
### Jenkins Builds
|
||||||
<details>
|
<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 |
|
| :grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
|
||||||
|-|-|-|-|-|-|-|
|
|-|-|-|-|-|-|-|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user