Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    95d01e7a
    feat: master issue · 95d01e7a
    Rhys Arkins authored
    Adds undocumented/experimental “master issue” feature.
    
    Setting `config.masterIssue = true` will result in Renovate opening and maintaining an issue that contains a list of all PRs both pending and open, and allowing some control over them (e.g. bypass schedule, force retry, etc).
    
    Setting `config.masterIssueApproval` in addition will mean that branches are not created automatically and instead await approval in that master issue.
    
    Closes #2595
    95d01e7a
    History
    feat: master issue
    Rhys Arkins authored
    Adds undocumented/experimental “master issue” feature.
    
    Setting `config.masterIssue = true` will result in Renovate opening and maintaining an issue that contains a list of all PRs both pending and open, and allowing some control over them (e.g. bypass schedule, force retry, etc).
    
    Setting `config.masterIssueApproval` in addition will mean that branches are not created automatically and instead await approval in that master issue.
    
    Closes #2595