Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically delete branches when PRs are merged #37

Merged
merged 1 commit into from
Feb 14, 2020

Commits on Feb 14, 2020

  1. Automatically delete branches when PRs are merged

    - This is an option that GitHub added to their web UI last year, and I
      started going through repos and ticking the option manually because it
      wasn't in the API.
    - Now it's in the API (https://developer.github.com/v3/repos/#edit), so
      let's automatically configure all the repos to delete HEAD branches
      when PRs are merged. This doesn't delete the branches of PRs that are
      _closed_.
    - This saves developers time and cuts down on the amount of stale, merged
      branches left on repos for years going forward.
    issyl0 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1b1eb3c View commit details
    Browse the repository at this point in the history