feat(plugins/lines): add plugin_lines_sections and new features (#1151) [skip ci]
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
- name: Lines of code changed
|
||||
- name: Compact display in base plugin
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.lines.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: repositories
|
||||
plugin_lines: yes
|
||||
|
||||
- name: Repositories and diff history
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.lines.history.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_lines: yes
|
||||
plugin_lines_sections: repositories, history
|
||||
plugin_lines_repositories_limit: 2
|
||||
plugin_lines_history_limit: 1
|
||||
Reference in New Issue
Block a user