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

feature: Limit number of PRs to update #305

Open
mrchief opened this issue May 31, 2022 · 1 comment
Open

feature: Limit number of PRs to update #305

mrchief opened this issue May 31, 2022 · 1 comment

Comments

@mrchief
Copy link

mrchief commented May 31, 2022

Would be nice to have an option to only update the top N PRs or PRs newer than a certain date. This will help in keeping CI/CD costs low by skipping old or stale PRs.

@james-s-w-clark
Copy link

I agree that this would be nice.

Here's a workaround to keep costs/CO2 down in the meantime:

One could combine this Action's EXCLUDED_LABELS with something like https://github.com/actions/stale.
I haven't read through the latter, but if it can remove the stale labels upon new interactions then that could work for this use-case. It's a little bit noisy though - it'd be nicer if it's baked into this Action.

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

No branches or pull requests

2 participants