MergeBot is an open source bot developed with Javascript, which is used to compile Pull Requests in a date range that you specify in Pull Requests in a GitHub repository you specify in a markdown(md) file.
- Pull the repository to your local
git clone https://github.com/muhammed-gumus/MergeBot.git
- Install setups and dependencies
npm install -y
- Run the MergeBot
node bot.js
⚠️ Make sure you follow the installation instructions first!