Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    ea4e370d
    feat: Prune stale branches (#441) · ea4e370d
    Rhys Arkins authored
    A separate routine is run after branch creation to detect any branches that should be deleted. A branch will be removed if:
    - It was not created by renovate in the last run, AND
    - It has no PR, or its corresponding PR is not mergeable
    
    Closes #426, Closes #428
    ea4e370d
    History
    feat: Prune stale branches (#441)
    Rhys Arkins authored
    A separate routine is run after branch creation to detect any branches that should be deleted. A branch will be removed if:
    - It was not created by renovate in the last run, AND
    - It has no PR, or its corresponding PR is not mergeable
    
    Closes #426, Closes #428