Skip to content

Commit 7a23c50

Browse files
authored
fix(github): reduce max body length (renovatebot#37228)
1 parent 6855180 commit 7a23c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/platform/github/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const id = 'github';
9999
let config: LocalRepoConfig;
100100
let platformConfig: PlatformConfig;
101101

102-
const GitHubMaxPrBodyLen = 60000;
102+
const GitHubMaxPrBodyLen = 59500;
103103

104104
export function resetConfigs(): void {
105105
config = {} as never;

0 commit comments

Comments
 (0)