mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
refactor(onboarding): don’t @ me
This commit is contained in:
parent
1ada8b7913
commit
dcd90827a1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ async function ensureOnboardingPr(config, packageFiles, branches) {
|
||||||
{{PRLIST}}
|
{{PRLIST}}
|
||||||
|
|
||||||
:question: If you have any questions, try reading the [Docs](https://renovatebot.com/docs), particularly the Getting Started section.
|
:question: If you have any questions, try reading the [Docs](https://renovatebot.com/docs), particularly the Getting Started section.
|
||||||
You can post questions in [Renovate's Config Help repository](https://github.com/renovatebot/config-help/issues) or @ the app author @rarkins in this PR and he'll hopefully see it.
|
Also, you can post questions about your config in [Renovate's Config Help repository](https://github.com/renovatebot/config-help/issues).
|
||||||
`;
|
`;
|
||||||
let prBody = prTemplate;
|
let prBody = prTemplate;
|
||||||
if (packageFiles && Object.entries(packageFiles).length) {
|
if (packageFiles && Object.entries(packageFiles).length) {
|
||||||
|
|
Loading…
Reference in a new issue