Skip to content

Commit 074cff3

Browse files
Revise recipe links and PR merging instructions (#1309)
Updated recipe links and clarified PR merging process.
1 parent e822393 commit 074cff3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-recipe-reminder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
3636
const body = `${marker}
3737
Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook
38-
- https://cookbook.sglang.io/
39-
- https://docs.vllm.ai/projects/recipes/en/latest/
38+
- https://docs.sglang.io/cookbook/intro
39+
- https://recipes.vllm.ai/
4040
41-
If it is not, please create a PR first before we can merge your PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you
41+
If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you
4242
- https://github.com/vllm-project/recipes
43-
- https://github.com/sgl-project/sgl-cookbook
43+
- https://github.com/sgl-project/sglang/tree/main/docs_new
4444
4545
**PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass.** A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow
4646

0 commit comments

Comments
 (0)