Crates.io | auto-merge |
lib.rs | auto-merge |
version | 0.1.1 |
source | src |
created_at | 2024-09-10 19:00:24.999171 |
updated_at | 2024-09-11 11:24:27.10549 |
description | Merge GitHub Actions pull request automatically. |
homepage | https://hack.ink/auto-merge |
repository | https://github.com/hack-ink/auto-merge |
max_upload_size | |
id | 1370701 |
size | 101,241 |
TODO
TODO
# Clone the repository.
git clone https://github.com/hack-ink/auto-merge
cd auto-merge
# To install Rust on macOS and Unix, run the following command.
#
# To install Rust on Windows, download and run the installer from `https://rustup.rs`.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
# Install the necessary dependencies. (Unix only)
# Using Ubuntu as an example, this really depends on your distribution.
sudo apt-get update
sudo apt-get install <DEPENDENCIES>
# Build the project, and the binary will be available at `target/release/auto-merge`.
cargo build --release
# If you are a macOS user and want to have a `auto-merge.app`, run the following command.
# Install `cargo-bundle` to pack the binary into an app.
cargo install cargo-bundle
# Pack the app, and the it will be available at `target/release/bundle/osx/auto-merge.app`.
cargo bundle --release
TODO
TODO
TODO
TODO
If you find this project helpful and would like to support its development, you can buy me a coffee!
Your support is greatly appreciated and motivates me to keep improving this project.
bc1pedlrf67ss52md29qqkzr2avma6ghyrt4jx9ecp9457qsl75x247sqcp43c
0x3e25247CfF03F99a7D83b28F207112234feE73a6
156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y
Thank you for your support!
We would like to extend our heartfelt gratitude to the following projects and contributors:
The Rust community for their continuous support and development of the Rust ecosystem.
TODO
Licensed under GPL-3.0.