github-ospo icon indicating copy to clipboard operation
github-ospo copied to clipboard

Add a throttling module to the OSPO actions

Open ahpook opened this issue 1 year ago • 3 comments

ahpook avatar Mar 19 '24 00:03 ahpook

@ahpook excellent idea. I have used the operations-per-run input for the Stale Github Action. It helps a user stay within their API rate limit.

I've also been ramping up on github3.py (the github library these Github Actions use to connect to the GitHub API) for another feature and know it has some things we can use.

jmeridth avatar Mar 20 '24 07:03 jmeridth

https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28 is the core docs. There may be a lib or action already that can do this for us before doing it ourselves.

Specific to https://github.com/github/issue-metrics/issues/217 issues currently

jmeridth avatar May 01 '24 08:05 jmeridth

i think we can do something as this

electriquo avatar Jun 09 '24 05:06 electriquo