GitLab · Arazzo Workflow
GitLab Prune Stale Merged Branches
Version 1.0.0
Survey the branch list, then bulk-delete all merged branches.
Provider
Workflows
prune-stale-branches
Report branch candidates and then delete all merged branches.
Searches the project branches for context, then invokes the bulk delete of all merged branches.
1
surveyBranches
getApiV4ProjectsIdRepositoryBranches
List branches matching the optional search term for visibility.
2
deleteMergedBranches
deleteApiV4ProjectsIdRepositoryMergedBranches
Trigger the asynchronous bulk delete of all merged branches in the project.