This action is used to delete merged branches (If branches HEAD commit exist in passed Branch name).
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
Created and maintained by Ajeet Yadav