Description
This project enables yo
Features
Automatically merge renovate all open PRs from renovate bot.
$ git gtool merge-renovate-prs
This will one-by-one merge any PRs opened by the Renovate Bot, until they are all
closed.
Getting Started
- Clone this repository
- Run
go build -o 'git-gtool' main.go
- Put
git-gtool into your path, for example: cp git-gtool $HOME/bin/
Prerequisites
- Install Github CLI
- Log in using the Github CLI
Contributing
Contributions to this library are always welcome and highly encouraged.
See CONTRIBUTING for more information how to get started.
Please note that this project is released with a Contributor Code of Conduct. By participating in
this project you agree to abide by its terms. See Code of Conduct for more
information.
License
Apache 2.0 - See LICENSE for more information.