ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-01-16 14:34:52 +00:00
parent 8119ac9c47
commit 625bdadf73
3 changed files with 93 additions and 130 deletions

12
settings.example.json generated
View File

@@ -48,7 +48,7 @@
"enabled": false, "//": "Enable licenses plugin"
},
"habits":{
"enabled": false, "//": "Display coding habits metrics"
"enabled": false, "//": "Enable habits plugin"
},
"contributors":{
"enabled": false, "//": "Enable contributors plugin"
@@ -60,7 +60,7 @@
"enabled": false, "//": "Enable reactions plugin"
},
"people":{
"enabled": false, "//": "Display GitHub users from various affiliations"
"enabled": false, "//": "Enable people plugin"
},
"stargazers":{
"enabled": false, "//": "Enable stargazers plugin"
@@ -111,12 +111,12 @@
"enabled": false, "//": "Enable skyline plugin"
},
"pagespeed":{
"token": null, "//":"PageSpeed token",
"enabled": false, "//": "Display a website Google PageSpeed metrics"
"token": null, "//":"PageSpeed token\n\nAlthough not mandatory, it strongly advised to create one to avoid triggering the rate limiter. See [PageSpeed documentation](https://developers.google.com/speed/docs/insights/v5/get-started) for more informations.\n",
"enabled": false, "//": "Enable pagespeed plugin"
},
"music":{
"token": null, "//":"Music provider personal token",
"enabled": false, "//": "Display your music tracks"
"token": null, "//":"Music provider token\n\nBelow is the expected token format for each provider:\n- `apple`: *(not supported)*\n- `spotify`: \"client_id, client_secret, refresh_token\"\n- `lastfm`: \"api_key\"\n- `youtube`: \"cookie\"\n",
"enabled": false, "//": "Enable music plugin"
},
"stackoverflow":{
"enabled": false, "//": "Enable stackoverflow plugin"