Skip to content

Commit

Permalink
increase release-maker body length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Sep 17, 2023
1 parent 7a15225 commit 9615fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lambdas/GHHooks/EventHandler/Handlers/ReleaseMaker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ struct ReleaseMaker {

let body = pr.body.map {
$0.formatMarkdown(
maxVisualLength: 512,
maxVisualLength: 1_024,
hardLimit: 2_048,
trailingTextMinLength: 96
trailingTextMinLength: 128
).quotedMarkdown()
} ?? ""

Expand Down

0 comments on commit 9615fbd

Please sign in to comment.