Skip to content

Commit

Permalink
remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 5, 2024
1 parent 205a28a commit 7db1dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
.pop()
?.split("</table>")[0]
.replaceAll(/<a [^>]*>([^<]*)<\/a>/g, "$1")
.replaceAll(/<td[^>]*class="pic high"[^>]*>[^<]*<\/td>/g, "");
.replaceAll(/<td[^>]*class="pic high"[^>]*>[^<]*<\/td>/g, "")
.replace("<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>", "");
const commentBody = `
## PR Checks Complete
Expand Down

0 comments on commit 7db1dee

Please sign in to comment.