Skip to content
Snippets Groups Projects
Commit 3f65eda0 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

feat: add manual job box to master issue when in app mode

parent b7ddd2a1
No related merge requests found
......@@ -177,6 +177,12 @@ async function ensureMasterIssue(config, branches) {
issueBody += '\n';
}
// istanbul ignore if
if (global.appMode) {
issueBody +=
'---\n<details><summary>Advanced</summary>\n\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n\n</details>\n';
}
if (config.dryRun) {
logger.info(
'DRY-RUN: Would ensure Master Issue ' + config.masterIssueTitle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment