-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[CI/Build] Add bot to close stale issues and PRs #9436
Conversation
This commit adds configuration to run the `actions/stale` github action that closes stale issues and PRs. Further discussion is in the issue. Closes vllm-project#9435 Signed-off-by: Russell Bryant <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
This tutorial seems like a good template for us to use https://docs.github.com/en/actions/use-cases-and-examples/project-management/closing-inactive-issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very valuable PR for the health of the issue and pull request counters!
I've just left a few comments about word choices and removing a few lines that aren't 100% necessary.
Apply suggested edits from @hmellor. Co-authored-by: Harry Mellor <[email protected]>
Thanks for the review! I applied all of the suggested edits except the one about the action reference (tag vs commit hash). |
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Co-authored-by: Harry Mellor <[email protected]>
Signed-off-by: Alvant <[email protected]>
Signed-off-by: Erkin Sagiroglu <[email protected]>
Signed-off-by: Shanshan Wang <[email protected]>
Signed-off-by: Shanshan Wang <[email protected]>
Signed-off-by: qishuai <[email protected]>
Signed-off-by: NickLucche <[email protected]>
Signed-off-by: NickLucche <[email protected]>
Signed-off-by: Sumit Dubey <[email protected]>
This PR adds configuration to run the
actions/stale
githubaction that closes stale issues and PRs.
Further discussion is on the issue.
Closes #9435
Signed-off-by: Russell Bryant [email protected]