https://github.com/mnie/branchdeleter
F# utility function to delete stale branches from AzureDevops
https://github.com/mnie/branchdeleter
azure-devops azure-functions fsharp git utility
Last synced: 17 days ago
JSON representation
F# utility function to delete stale branches from AzureDevops
- Host: GitHub
- URL: https://github.com/mnie/branchdeleter
- Owner: MNie
- Created: 2019-09-22T11:21:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T09:44:09.000Z (over 5 years ago)
- Last Synced: 2025-02-16T10:25:29.258Z (2 months ago)
- Topics: azure-devops, azure-functions, fsharp, git, utility
- Language: F#
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BranchDeleter
F# utility Azure Function to periodically delete stale branches from AzureDevops.
Requirements that branches should met to be deleted:
- a branch should be older than 1 month;
- a branch should not have any open pull requests;
- the branch name is not equal to test, nor beta, nor releaseMore about how it was done you could read [here](https://www.mnie.me/2019-09-23-branchDeleter/)
Feel free to fork and adjust to your needs!