Auto-regenerate files
This commit is contained in:
@@ -402,7 +402,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
|
|||||||
|
|
||||||
### 🐙 Features
|
### 🐙 Features
|
||||||
|
|
||||||
* Create infographics from **32 plugins**, **4 templates** and **190 options**
|
* Create infographics from **32 plugins**, **4 templates** and **191 options**
|
||||||
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
|
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
|
||||||
* Support **users**, **organizations** and even **repositories**
|
* Support **users**, **organizations** and even **repositories**
|
||||||
* Transparent by default so it'll blend well whether light or dark mode is used
|
* Transparent by default so it'll blend well whether light or dark mode is used
|
||||||
|
|||||||
6
action.yml
generated
6
action.yml
generated
@@ -17,6 +17,12 @@ inputs:
|
|||||||
description: Number of repositories to use
|
description: Number of repositories to use
|
||||||
default: 100
|
default: 100
|
||||||
|
|
||||||
|
# Number of repositories to load at once by queries
|
||||||
|
# If you encounter GitHub queries timeouts, using a lower value here may solve issues
|
||||||
|
repositories_batch:
|
||||||
|
description: Number of repositories to load at once by queries
|
||||||
|
default: 100
|
||||||
|
|
||||||
# Include forked repositories into metrics
|
# Include forked repositories into metrics
|
||||||
repositories_forks:
|
repositories_forks:
|
||||||
description: Include forks in metrics
|
description: Include forks in metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user