Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove merge-gatekeeper #24

Merged
merged 2 commits into from
Dec 2, 2022
Merged

Remove merge-gatekeeper #24

merged 2 commits into from
Dec 2, 2022

Conversation

ajschmidt8
Copy link
Member

This PR removes merge-gatekeeper. We have to remove it due to some rate-limiting errors we were getting on high-volume repositories like cudf.

According to the GH docs below, the GITHUB_TOKEN provided by GitHub Actions is limited to 1000 requests per repository per hour. This limit is not enough for repos like cudf.

https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#requests-from-github-actions

This PR removes `merge-gatekeeper`. We have to remove it due to some rate-limiting errors we were getting on high-volume repositories like `cudf`.

According to the GH docs below, the `GITHUB_TOKEN` provided by GitHub Actions is limited to 1000 requests per repository per hour. This limit is not enough for repos like `cudf`.

https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#requests-from-github-actions
ajschmidt8 added a commit to ajschmidt8/rmm that referenced this pull request Dec 2, 2022
Because of the changes in rapidsai/shared-workflows#24, we need to update the `rmm` PR workflow accordingly.

Similar to rapidsai/cudf#12296.
@ajschmidt8 ajschmidt8 mentioned this pull request Dec 2, 2022
3 tasks
@ajschmidt8 ajschmidt8 merged commit 7cf19fd into main Dec 2, 2022
@ajschmidt8 ajschmidt8 deleted the rm-merge-gatekeeper branch December 2, 2022 20:27
ajschmidt8 added a commit to rapidsai/rmm that referenced this pull request Dec 2, 2022
Because of the changes in rapidsai/shared-workflows#24, we need to update the `rmm` PR workflow accordingly.

Similar to rapidsai/cudf#12296.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants