mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +00:00
misc(ci): fix metrics rendering (#778)
* misc(ci): fix metrics rendering Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * decrease contributors avatar sizes Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
006b5e9caa
commit
fbd2a716c6
@ -6,7 +6,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
"imageSize": 100,
|
"imageSize": 50,
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"commitConvention": "angular",
|
"commitConvention": "angular",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@ -625,7 +625,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 14,
|
||||||
"skipCi": false,
|
"skipCi": false,
|
||||||
"linkToUsage": true,
|
"linkToUsage": true,
|
||||||
"commitType": "docs"
|
"commitType": "docs"
|
||||||
|
4
.github/workflows/metrics.yml
vendored
4
.github/workflows/metrics.yml
vendored
@ -18,9 +18,11 @@ jobs:
|
|||||||
user: bpg
|
user: bpg
|
||||||
repo: terraform-provider-proxmox
|
repo: terraform-provider-proxmox
|
||||||
token: ${{ secrets.METRICS_TOKEN }}
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
output_action: gist
|
||||||
|
committer_gist: 2cc44ead81225542ed1ef0303d8f9eb9
|
||||||
plugin_lines: yes
|
plugin_lines: yes
|
||||||
plugin_followup: yes
|
plugin_followup: yes
|
||||||
plugin_stargazers: yes
|
plugin_stargazers: yes
|
||||||
plugin_stargazers_days: 0
|
plugin_stargazers_days: 365
|
||||||
plugin_stargazers_charts_type: graph
|
plugin_stargazers_charts_type: graph
|
||||||
|
|
||||||
|
@ -238,7 +238,9 @@ using SFTP. This requires the use of a PAM account (standard Linux account).
|
|||||||
|
|
||||||
## Repository Metrics
|
## Repository Metrics
|
||||||
|
|
||||||
<p align="center"><img src="/metrics.svg" alt="Metrics" width="400"></p>
|
<picture>
|
||||||
|
<img src="https://gist.githubusercontent.com/bpg/2cc44ead81225542ed1ef0303d8f9eb9/raw/metrics.svg?p" alt="Metrics">
|
||||||
|
</picture>
|
||||||
|
|
||||||
## Sponsorship
|
## Sponsorship
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user