We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25498 commit 32e66ddCopy full SHA for 32e66dd
.github/format_pr_body.sh
@@ -41,9 +41,11 @@ sed -i '/- vLLM .*$/d' "${NEW}"
41
echo ""
42
echo "- vLLM version: $VLLM_VERSION"
43
echo "- vLLM main: $VLLM_COMMIT"
44
- echo ""
45
} >> "${NEW}"
46
+# Remove redundant empty lines
47
+uniq "${NEW}" | tee "${NEW}"
48
+
49
# Run this only if ${NEW} is different than ${OLD}
50
if ! cmp -s "${OLD}" "${NEW}"; then
51
echo
.github/workflows/format_pr_body.yaml
@@ -22,7 +22,7 @@ on:
22
pull_request_target:
23
types: [opened, synchronize]
24
branches:
25
- - 'main'
+ - 'main-fake'
26
27
permissions:
28
pull-requests: write
0 commit comments