PranabKumarSahoo / sql-dev-tools

A tool for SQL Developers, which empowering SQL developers with versatile functionalities and make their day-to-life tasks easy.
https://sql-dev-tool.web.app/
MIT License
14 stars 19 forks source link

Feature: Implement Automatic Branch Deletion After PR Merges #71

Closed harmeetsingh11 closed 9 months ago

harmeetsingh11 commented 9 months ago

Description:

This issue addresses the need to automate branch deletion upon the successful merging of pull requests (PRs). Manually deleting branches after each PR merge can be cumbersome and prone to oversight. Implementing an automated solution will streamline the process and ensure a clean and organized repository.

Steps to Implement:

Anyone with admin permissions to a repository can enable or disable the automatic deletion of branches.

  1. Under your repository name, click Settings.

1

  1. On the General settings page, you can find a section called Pull Requests. Under Pull Requests, select Automatically delete head branches.

2

PranabKumarSahoo commented 9 months ago

Hello @harmeetsingh11,

Thank you for opening this issue and proposing the implementation of automatic branch deletion upon PR merges. While I appreciate the suggestion and recognize its potential benefits, I've decided not to proceed with this feature at the moment.

Should the need for this functionality arise in the future, I will reopen the issue accordingly.

Once again, thank you for your contribution and understanding.