ci: regenerate workflow files [skip ci]

This commit is contained in:
lowlighter
2022-07-25 19:22:39 -04:00
parent c2f0cbe2b1
commit d0d877463a
3 changed files with 33 additions and 8 deletions

View File

@@ -432,7 +432,7 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: ✨ Stargazers over last weeks - Using classic charts
- name: ✨ Stargazers - Using classic charts
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stargazers.svg
@@ -444,7 +444,7 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: ✨ Stargazers over last weeks - Using chartist charts
- name: ✨ Stargazers - Using chartist charts
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stargazers.chartist.svg
@@ -457,7 +457,7 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: ✨ Stargazers over last weeks - With worldmap
- name: ✨ Stargazers - With worldmap
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stargazers.worldmap.svg
@@ -597,7 +597,7 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: 👨‍💻 Lines of code changed - Lines of code changed
- name: 👨‍💻 Lines of code changed - Compact display in base plugin
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.lines.svg
@@ -609,6 +609,21 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: 👨‍💻 Lines of code changed - Repositories and diff history
uses: lowlighter/metrics@master
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
output_action: none
delay: 120
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: 🧮 Repositories traffic - Repositories traffic
uses: lowlighter/metrics@master
with:

View File

@@ -1,4 +1,4 @@
- name: 👨‍💻 Lines of code changed - Lines of code changed
- name: 👨‍💻 Lines of code changed - Compact display in base plugin
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
@@ -6,3 +6,13 @@
plugin_lines: 'yes'
use_mocked_data: 'yes'
verify: 'yes'
- name: 👨‍💻 Lines of code changed - Repositories and diff history
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_lines: 'yes'
plugin_lines_sections: repositories, history
plugin_lines_repositories_limit: 2
plugin_lines_history_limit: 1
use_mocked_data: 'yes'
verify: 'yes'

View File

@@ -1,11 +1,11 @@
- name: ✨ Stargazers over last weeks - Using classic charts
- name: ✨ Stargazers - Using classic charts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_stargazers: 'yes'
use_mocked_data: 'yes'
verify: 'yes'
- name: ✨ Stargazers over last weeks - Using chartist charts
- name: ✨ Stargazers - Using chartist charts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
@@ -13,7 +13,7 @@
plugin_stargazers_charts_type: chartist
use_mocked_data: 'yes'
verify: 'yes'
- name: ✨ Stargazers over last weeks - With worldmap
- name: ✨ Stargazers - With worldmap
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN