docs: add rate limit

close https://github.com/actions-cool/issues-helper/issues/56
This commit is contained in:
xrkffgg
2021-02-03 09:57:23 +08:00
parent f743eedacb
commit 2a7406da4f
3 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ toc: menu
GitHub Actions is provided free of charge by GitHub. Among them, the `Private` project has a monthly limit of 2000 times, [see details](https://github.com/settings/billing). The `Public` project is unlimited.
### Is there a rate limit?
Yes. The bottom layer of Action uses GitHub REST API. The general situation is 5000 times per hour. It is basically sufficient in principle, and it is also required to avoid invalid requests when defining Action. [Detailed view](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting).
## Are there any ready-made templates for reference?
Yes.