Skip to content

Commit

Permalink
fix(gitlab): reduce pr body max to 50k chars
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 9, 2020
1 parent ab98794 commit 9fe82cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform/gitlab/index.ts
Expand Up @@ -554,7 +554,7 @@ export function getPrBody(input: string): string {
.replace(/Pull Request/g, 'Merge Request')
.replace(/PR/g, 'MR')
.replace(/\]\(\.\.\/pull\//g, '](!'),
60000
50000
);
}

Expand Down

0 comments on commit 9fe82cc

Please sign in to comment.