Skip to content

Homebrew AutoMaintainer

Automate the tedious GitHub chores you'd rather not do.

GoGitHub APIHomebrew

Why do I <3 that: It keeps repos clean without me babysitting pull requests.

What it does

Homebrew AutoMaintainer is a command-line utility that automates common GitHub maintenance tasks for repositories and organizations, including automated pull request and branch management.

How to use

Install via Homebrew:

brew tap olucasandrade/automaintainer
brew install automaintainer

Configure the tool with a YAML file or flags, then run a command:

automaintainer prune-stale-branches --repo my-org/my-repo

It can close stale pull requests with a friendly comment, delete merged branches older than 30 days, and label incoming issues automatically.