node/.github
Phillip Johnsen c24ad832bb
build: increase API requests for stale action
The second attempt at getting the auto closing of issues & PRs to work
as expected without hitting a maximum operations allowed error we've
been seeing.

Recently discovered that the mentioned error is actually self imposed
by the stale action itself. It keeps track of how many outgoing GitHub
API requests it performs, and if that count exceeds the configured
`operations-per-run` option, it exits to avoid hitting API rate limits.

Default `operations-per-run` value is set to `30`.

That's a very low limit and we're not at all concerned hitting that
rate limit as of now, so we're bumping `operations-per-run` to `500`
with these changes.

Refs https://github.com/nodejs/node/issues/35144

PR-URL: https://github.com/nodejs/node/pull/35235
Reviewed-By: Mary Marchini <oss@mmarchini.me>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2020-09-17 11:54:28 -07:00
..
ISSUE_TEMPLATE meta: make issue template mobile friendly and address nits 2020-07-14 15:12:26 +02:00
workflows build: increase API requests for stale action 2020-09-17 11:54:28 -07:00
CODEOWNERS meta: update module pages in CODEOWNERS 2020-08-31 09:55:06 -04:00
PULL_REQUEST_TEMPLATE.md doc: add dco to github pr template 2019-08-26 09:52:50 -07:00
SUPPORT.md meta: add links to OpenJSF Slack 2020-09-13 06:33:32 -07:00