We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6855180 commit 7a23c50Copy full SHA for 7a23c50
lib/modules/platform/github/index.ts
@@ -99,7 +99,7 @@ export const id = 'github';
99
let config: LocalRepoConfig;
100
let platformConfig: PlatformConfig;
101
102
-const GitHubMaxPrBodyLen = 60000;
+const GitHubMaxPrBodyLen = 59500;
103
104
export function resetConfigs(): void {
105
config = {} as never;
0 commit comments