Skip to content

Commit 52459b8

Browse files
committed
ci: update examples for lines [skip ci]
1 parent 0749611 commit 52459b8

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ jobs:
270270
token: ${{ secrets.METRICS_TOKEN }}
271271
base: repositories
272272
plugin_lines: yes
273+
plugin_lines_delay: 30
273274
output_action: none
274275
delay: 120
275276
user: lowlighter
@@ -282,6 +283,7 @@ jobs:
282283
token: ${{ secrets.METRICS_TOKEN }}
283284
base: ""
284285
plugin_lines: yes
286+
plugin_lines_delay: 30
285287
plugin_lines_sections: repositories, history
286288
plugin_lines_repositories_limit: 2
287289
plugin_lines_history_limit: 1

source/plugins/lines/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ with:
131131
token: ${{ secrets.METRICS_TOKEN }}
132132
base: repositories
133133
plugin_lines: yes
134+
plugin_lines_delay: 30
134135

135136
```
136137
```yaml
@@ -141,6 +142,7 @@ with:
141142
token: ${{ secrets.METRICS_TOKEN }}
142143
base: ""
143144
plugin_lines: yes
145+
plugin_lines_delay: 30
144146
plugin_lines_sections: repositories, history
145147
plugin_lines_repositories_limit: 2
146148
plugin_lines_history_limit: 1

source/plugins/lines/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
token: ${{ secrets.METRICS_TOKEN }}
66
base: repositories
77
plugin_lines: yes
8+
plugin_lines_delay: 30
89

910
- name: Repositories and diff history
1011
uses: lowlighter/metrics@latest
@@ -13,6 +14,7 @@
1314
token: ${{ secrets.METRICS_TOKEN }}
1415
base: ""
1516
plugin_lines: yes
17+
plugin_lines_delay: 30
1618
plugin_lines_sections: repositories, history
1719
plugin_lines_repositories_limit: 2
1820
plugin_lines_history_limit: 1

tests/cases/lines.plugin.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)