Github Action in Go to check and remove merged branches in Gihub repositories in which merged branches has their commits more than 10 days ago.
A Github token is needed with read and write permissons to run this action on a repo.
name: Github Merged Branch Remover
uses: tarakaprabhuchinta/github-merged-branch-remover@v2.0.0
with:
organization: <organization-name>
repository: <repo-name>
github-token: <github-token>