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 08b7b0c commit e6e7d52Copy full SHA for e6e7d52
.just/gh-process.just
@@ -218,10 +218,10 @@ pr_update: _on_a_pull_request
218
if [ ! -s "$other_sections" ]; then
219
# look for content after the Done section's commit list
220
awk 'BEGIN {in_done=0; after_done=0; empty_count=0}
221
- /^## Done/ {in_done=1; next}
222
- in_done && /^$/ {empty_count++; if (empty_count >= 2) after_done=1; next}
223
- in_done && /^- / {next}
224
- after_done {print}' "$bodyfile" > "$other_sections"
+ /^## Done/ {in_done=1; next}
+ in_done && /^$/ {empty_count++; if (empty_count >= 2) after_done=1; next}
+ in_done && /^- / {next}
+ after_done {print}' "$bodyfile" > "$other_sections"
225
fi
226
227
# combine new Done section with preserved sections
0 commit comments