-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
PRs are getting stale and closed #3968
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
Comments
I think we are intentionally trying to be a bit brutal in our post-Hacktoberfest cleanup. We are being far less brutal than Hacktoberfest was itself. If there are good PRs then review them and provide you approval of them before asking others to review them. I am more inclined to review PRs that have already been reviewed by and approved others. |
If you find any pull request which contains important or good code, you can just put a simple comment and the bot will un-stale the PR. I am thinking to let |
👍 or |
I've seen those types of activation, let me see what I can do. |
Great then |
This is really good idea to implement that bot in old PR (which are trying to run themselves on Travis), simplifies process very easily |
I am sorry I don't quite understand what you mean here. Can you clarify?
|
I found out many PR which are opened before the bot was implemented are on Travis or am I misunderstood? |
That doesn't matter; when you close and reopen a PR, tests will be triggered with the new configuration. |
Great, that's what I meant to say |
@cclauss It seems that a GitHub app cannot be mentioned, but the good news is that the bot can listen for comment events. After each comment is posted, the bot will parse the body and look for (regex?) patterns like the one you mentioned, and we can configure commands for the bot like: Also, it makes sense to rerun the bot checks when a PR is reopened, the same functionality as GitHub workflow runs. |
I suppose this issue can be closed? @xcodz-dot |
Great |
Many Pull Request with some important code are getting stale. Any idea of we could pause this process for a few moments until we are able to get our numbers down.
The text was updated successfully, but these errors were encountered: