You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/fast-forward-queue.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -135,18 +135,18 @@ jobs:
135
135
136
136
# A quoted heredoc: the body is copied through verbatim, so its
137
137
# 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.
138
144
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.
141
146
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.
147
148
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.
0 commit comments