mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
platform(gitlab): Limit MR body to 25 Kb (#7043)
This commit is contained in:
parent
4459f6e8d4
commit
2d83f073dd
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ export function getPrBody(input: string): string {
|
||||||
.replace(/Pull Request/g, 'Merge Request')
|
.replace(/Pull Request/g, 'Merge Request')
|
||||||
.replace(/PR/g, 'MR')
|
.replace(/PR/g, 'MR')
|
||||||
.replace(/\]\(\.\.\/pull\//g, '](!'),
|
.replace(/\]\(\.\.\/pull\//g, '](!'),
|
||||||
50000
|
25000 // TODO: increase it once https://gitlab.com/gitlab-org/gitlab/-/issues/217483 is closed
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue