Mergify One year of Mergify It has been close to a year now that I've incorporated my new company, Mergify. I've been busy, and I barely wrote anything about it so far. Now is an
Python Python Logging with Datadog At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for
Python Dependencies Handling in Python Dependencies are a nightmare for many people. Some even argue they are technical debt. Managing the list of the libraries of your software is a horrible experience. Updating them — automatically?
Mergify More GitHub workflow automation The more you use computers, the more you see the potentials for automating everything. Who doesn't love that? By building Mergify those last months, we've decided it was time bring
Mergify How I stopped merging broken code It's been a while since I moved all my projects to GitHub. It's convenient to host Git projects, and the collaboration workflow is smooth. I love pull requests to merge
Mergify Stop merging your pull requests manually If there's something that I hate, it's doing things manually when I know I could automate them. Am I alone in this situation? I doubt so. Nevertheless, every day, they