Authored-By: Codex (GPT-5) <noreply@openai.com>
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ printf '%s\n' "${PR_BODY}" | awk '
|
||||
next
|
||||
}
|
||||
if (lower ~ /^[ ]{0,3}<details([[:blank:]>])/) {
|
||||
print "<details>"
|
||||
if (lower ~ /[[:blank:]]open([[:blank:]=>]|$)/) print "<details open=\"\">"
|
||||
else print "<details>"
|
||||
next
|
||||
}
|
||||
if (line ~ /^## Tracking[[:space:]]*$/) print "<h2>Tracking</h2>"
|
||||
|
||||
Reference in New Issue
Block a user