Scripts for closing pull requests for Hacktoberfest#11587
Merged
cclauss merged 3 commits intoTheAlgorithms:masterfrom Sep 30, 2024
Merged
Scripts for closing pull requests for Hacktoberfest#11587cclauss merged 3 commits intoTheAlgorithms:masterfrom
cclauss merged 3 commits intoTheAlgorithms:masterfrom
Conversation
Contributor
tianyizheng02
left a comment
There was a problem hiding this comment.
Shouldn't we increase the PR limit to something higher than 200? We regularly have open PR counts larger than that.
tianyizheng02
requested changes
Sep 30, 2024
tianyizheng02
approved these changes
Sep 30, 2024
Member
|
Just passing by here since I got assigned in this so the following is a question and maybe a suggestion... - is it worth doing this in a These seem to be repeatable tasks and would be easier to do them directly from the GitHub UI for maintainers. |
Member
Author
|
I hesitate to automate this too much because we run it rarely and closing other people's work is something we should do with some deliberation and not too much automation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Each year we prepare for Hacktoberfest by clearing out old pull requests to simplify things for project maintainers.
We had 211 open pull requests; after running these scripts, we have 126. ~40% of our Open PRs were closed.
@MaximSmolskiy Your review, please.