mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
fix(gitlab): reduce maximum MR body size to 60k
This commit is contained in:
parent
7caac0987c
commit
6d79808b04
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ export function getPrBody(input: string): string {
|
|||
.replace(/Pull Request/g, 'Merge Request')
|
||||
.replace(/PR/g, 'MR')
|
||||
.replace(/\]\(\.\.\/pull\//g, '](../merge_requests/'),
|
||||
100000
|
||||
60000
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue