TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: One step further on CI/CD pipeline – MergeQueue

9 pointsby ankitdceover 4 years ago

2 comments

ankitdceover 4 years ago
Hi all, I recently built this tool that enables developers to automate merge workflows for Github. I am always annoyed that even though CI automates running of your builds, it leaves the post execution process to be manual. This tool monitors your CI pipeline and takes appropriate actions based on your configuration post CI completion.<p>I would love any ideas or feedback on the tool.
yavanimover 4 years ago
Looks cool. It&#x27;s not very clear from the landing page on how it works.<p>Couple of questions &#x2F; suggestions:<p>- Can this be installed on-premise &#x2F; self-hosted?<p>- Does it work with multiple repositories?<p>- Is it customizable? Does it support a yaml file for configuration?