Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5697690

Browse files
style(.github/workflows): keep PR review-note paragraphs on single lines
GitHub wraps rendered prose to the viewer width, so hard-wrapping the source at roughly 70 characters only made the raw Markdown and copied text look cramped.
1 parent 16d0d65 commit 5697690

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/aigateway-prices-refresh.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,12 @@ jobs:
9595
echo
9696
echo "## Review notes"
9797
echo
98-
echo "Regenerated by \`make gen/aibridge-prices\` from the live"
99-
echo "[models.dev](https://models.dev) catalog. Both artifacts come from one"
100-
echo "snapshot, so they ship together:"
98+
echo "Regenerated by \`make gen/aibridge-prices\` from the live [models.dev](https://models.dev) catalog. Both artifacts come from one snapshot, so they ship together:"
10199
echo
102100
echo "- \`${PRICES_FILE}\`"
103101
echo "- \`${CATALOG_FILE}\`"
104102
echo
105-
echo "These are customer-visible cost numbers taken from upstream data, so this"
106-
echo "PR is never merged automatically. The summary above lists what moved; check"
107-
echo "the diff for exact figures before approving."
103+
echo "These are customer-visible cost numbers taken from upstream data, so this PR is never merged automatically. The summary above lists what moved; check the diff for exact figures before approving."
108104
echo
109105
echo "Opened automatically by the [aigateway-prices-refresh workflow](${RUN_URL})."
110106
} > "${RUNNER_TEMP}/body.md"

0 commit comments

Comments
 (0)