SkillAgentSearch skills...

Octobors

Rust program for automerging PRs based on a few rules

Install / Use

/learn @EmbarkStudios/Octobors
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🆙 octobors

Embark Embark dependency status Build status

A Rust program for automerging PRs based on a few rules.

Why?

We made our own automerge program because we couldn't find an existing solution that did exactly what we wanted.

  1. Github's auto-merge relies on branch protection rules, some of which we think are kind of broken (required review count), and some of which we don't want to use for other reasons. You also still have to click a button! The horror!
  2. Mergify - External service that we don't want to use for our private repos
  3. automerge-action - Only provided part of the functionality we wanted, and still relies too heavily on branch protections.

Usage

export GITHUB_TOKEN="my-github-secret-token"
octobors path/to/config.toml

Run the octobors binary, giving it a path to a config file containing the repos you wish to process. A GitHub token with write permission to the repo must be found in the GITHUB_TOKEN environment variable.

See config/example.toml for the configuration that Octobors expects.

We recommend running this on a periodic schedule every minute using cron, Kubernetes Cronjobs, or similar. Unfortunately GitHub actions schedules can be delayed by up-to 30 minutes and so are not suitable, at least not unless you are happy to wait a long time for PRs to get merged.

Alternatives

Contributing

Contributor Covenant

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started.

License

Licensed under either of

  • Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Related Skills

View on GitHub
GitHub Stars46
CategoryDevelopment
Updated3mo ago
Forks2

Languages

Rust

Security Score

87/100

Audited on Dec 14, 2025

No findings