Skip to content

Commit c212fd6

Browse files
committed
fix(ci): let the queue PR body wrap itself
1 parent 0542d84 commit c212fd6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/fast-forward-queue.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@ jobs:
135135
136136
# A quoted heredoc: the body is copied through verbatim, so its
137137
# backticks and asterisks need no shell escaping.
138+
#
139+
# ONE PARAGRAPH PER LINE, however long the line runs. GitHub renders
140+
# comment and PR bodies with hard line breaks on, unlike a .md file in
141+
# the repo, so a hand-wrapped paragraph arrives wrapped at whatever
142+
# column it was written to — a narrow column of text in a wide box,
143+
# re-wrapped again by the reader's own viewport.
138144
body=$(cat <<'EOF'
139-
Queue branch for an AI drain. Every worker PR targets this branch, so CI
140-
runs once here instead of once per issue.
145+
Queue branch for an AI drain. Every worker PR targets this branch, so CI runs once here instead of once per issue.
141146
142-
**Approving this PR is what lands it.** Once every check is green and this
143-
PR carries an approval on its **current head**, `fast-forward-queue.yml`
144-
fast-forwards the integration branch onto it — each commit arriving
145-
individually, with its message intact, so release-please still sees one
146-
entry per change. Nothing lands without that approval, green CI included.
147+
**Approving this PR is what lands it.** Once every check is green and this PR carries an approval on its **current head**, `fast-forward-queue.yml` fast-forwards the integration branch onto it — each commit arriving individually, with its message intact, so release-please still sees one entry per change. Nothing lands without that approval, green CI included.
147148
148-
A push after the approval invalidates it: the approval is checked against
149-
the head commit it was given on, because nothing else dismisses it here.
149+
A push after the approval invalidates it: the approval is checked against the head commit it was given on, because nothing else dismisses it here.
150150
EOF
151151
)
152152

0 commit comments

Comments
 (0)