Skip to content

Application

autofix.ci

autofix.ci automatically fixes pull requests.

Pull Requests are often blocked on relatively trivial issues such as code formatting or leftover imports. Fixing these details is expensive as it requires additional roundtrips and context switching. autofix.ci automatically fixes such problems, unblocking development flow.

How it Works

  1. Define a GitHub Actions workflow.
    Run the same tools you use locally, then call autofix.ci.
  2. Receive automatic fixes.
    autofix.ci will securely update pull requests if necessary.

Features

  • Works with your existing linters, formatters, code fixers, or pre-commit hooks.
  • No configuration: Simply call the autofix.ci action when you want to update the pull request.
  • Supports all pull requests (including from external contributors).

For more details, check out autofix.ci!

autofix.ci screenshot