Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjranalli committed Apr 16, 2023
2 parents 6ebf83c + b2bd020 commit 679f69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/summarizePullRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export async function summarizePullRequest(payload: any, octokit: Octokit) {
: ""
}${
maxLengthExceeded
? "\n\n> The code diff exceeds the max number of characters, so this overview may be incomplete."
? "\n\n> The code diff exceeds the max number of characters, so this overview may be incomplete. Keep PRs small to avoid this issue."
: ""
}\n\n${endDescription}`
}\n\n✨ Ask PR-Codex anything about this PR by commenting below with \`/ask-codex {your question}\`\n\n${endDescription}`

const description = hasCodexCommented
? pr.body.split(startDescription)[0] +
Expand Down

1 comment on commit 679f69b

@vercel
Copy link

@vercel vercel bot commented on 679f69b Apr 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.