Skip to content

Increase the daily stale issue action API call limit #3006

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

AmirhosseinPoolad
Copy link
Contributor

The default 30 API call per day limit for the stale issue github action was too low. This workflow consumes 2 API calls to check if a stale issue should be closed, which means that when we mark 15 issues as stale the workflow gets stuck checking these for 15 days until they get closed. This changes the limit to 300 which should hopefully make things go a little bit faster, but not too fast.

@github-actions github-actions bot added the infra Project Infrastructure label Apr 28, 2025
@vaughnbetz vaughnbetz merged commit 96f605c into master Apr 28, 2025
36 checks passed
@vaughnbetz vaughnbetz deleted the ci_more_stale_actions branch April 28, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Project Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants