hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
58 stars 33 forks source link

Change PR settings to delete branches automatically after merge #1096

Closed tclemos closed 3 years ago

tclemos commented 3 years ago

Rationale

Sometimes we forget to delete branches that we will not use anymore and were created for a specific feature or bug fix.

Talking with the team during one of the releases, we thought it would be a good idea to improve on this in order to have a cleaner and simpler repository for everyone working on it.

Implementation

The idea is to find a way to set the delete branch as the default behavior when a PR is merged.

fooock commented 3 years ago

Check this from the Github docs, maybe it helps

ARR552 commented 3 years ago

This issue can only be done by a repo admin @jeffprestes

jeffprestes commented 3 years ago

Done.