diff --git a/README.md b/README.md index b32f7006..d7b09e3c 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and ` ### 🐙 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 * Support **users**, **organizations** and even **repositories** * Transparent by default so it'll blend well whether light or dark mode is used diff --git a/action.yml b/action.yml index 441ff611..42ef238c 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,12 @@ inputs: description: Number of repositories to use 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 repositories_forks: description: Include forks in metrics