Skip to content

Github Merged Branch Remover

Actions
Remove merged branches in Github repository which are more than 10 days old
v2.0.0
Latest
Star (0)

License Go Report Card Quality Gate Status

Github-Merged-Branch-Remover

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.

Prerequsite

A Github token is needed with read and write permissons to run this action on a repo.

To run as action

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>

Github Merged Branch Remover is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Remove merged branches in Github repository which are more than 10 days old
v2.0.0
Latest

Github Merged Branch Remover is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.