From 299016918ad4e8d35d0608479a6a4c8d64543c34 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Tue, 13 Jun 2017 16:52:33 +0200 Subject: [PATCH] Change autogenerate PR message (#301) --- lib/config/templates/group-pr-body.hbs | 2 +- lib/config/templates/pr-body.hbs | 2 +- test/workers/pr.spec.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config/templates/group-pr-body.hbs b/lib/config/templates/group-pr-body.hbs index 305e433a36..9ba59af454 100644 --- a/lib/config/templates/group-pr-body.hbs +++ b/lib/config/templates/group-pr-body.hbs @@ -23,4 +23,4 @@ This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request renovates the package grou <br /> <br /> -This PR has been autogenerated by [Renovate Bot](https://keylocation.sg/our-tech/renovate). +This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://keylocation.sg/our-tech/renovate). diff --git a/lib/config/templates/pr-body.hbs b/lib/config/templates/pr-body.hbs index c08253626a..b6781c332c 100644 --- a/lib/config/templates/pr-body.hbs +++ b/lib/config/templates/pr-body.hbs @@ -17,4 +17,4 @@ This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request updates dependency [{{depN <br /> <br /> -This PR has been autogenerated by [Renovate Bot](https://keylocation.sg/our-tech/renovate). +This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://keylocation.sg/our-tech/renovate). diff --git a/test/workers/pr.spec.js b/test/workers/pr.spec.js index 1432f26917..23429b2d64 100644 --- a/test/workers/pr.spec.js +++ b/test/workers/pr.spec.js @@ -103,7 +103,7 @@ describe('workers/pr', () => { <br /> <br /> -This PR has been autogenerated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).`, +This PR has been generated by [Renovate Bot](https://keylocation.sg/our-tech/renovate).`, displayNumber: 'Existing PR', }; }); -- GitLab