-
-
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] Automate PR body text cleanup #10082
Conversation
Add a github workflow that will prune tempalte text from PRs. This will help ensure that the PR body is appropriate for inclusion in the squashed commit when a PR is merged. Signed-off-by: Russell Bryant <rbryant@redhat.com>
👋 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:
🚀 |
Signed-off-by: Russell Bryant <rbryant@redhat.com>
hey, apologies, I didn't have a permissions problem when I ran it on my fork, but it's probably because I owned the repo, so the token probably had different permissions by default. I will fix it now. |
follow-up here: #10139 |
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: OmerD <omer@run.ai>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Loc Huynh <jc1da.3011@gmail.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
Add a github workflow that will prune tempalte text from PRs. This
will help ensure that the PR body is appropriate for inclusion in the
squashed commit when a PR is merged.
Signed-off-by: Russell Bryant rbryant@redhat.com