Skip to content

imajeetyadav/delete-merged-branches

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delete-merged-branches

This action is used to delete merged branches (If branches HEAD commit exist in passed Branch name).

Usage

To use this action, add the following step to your GitHub Action workflow:

- uses: imajeetyadav/delete-merged-branches@main
  with:
    branch: master # default value - main

Authors

Created and maintained by Ajeet Yadav