Skip to content

Commit

Permalink
fix: improve onboarding PR closed comment (#22476)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored May 31, 2023
1 parent 2b0a609 commit cdeaac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/onboarding/branch/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export async function isOnboarded(config: RenovateConfig): Promise<boolean> {
await ensureComment({
number: closedOnboardingPr.number,
topic: `Renovate is disabled`,
content: `Renovate is disabled due to lack of config. If you wish to re-enable it, you can either (a) commit a config file to your base branch, or (b) rename this closed PR to trigger a replacement onboarding PR.`,
content: `Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.`,
});
}
throw new Error(REPOSITORY_CLOSED_ONBOARDING);
Expand Down

0 comments on commit cdeaac8

Please sign in to comment.