Mergify One year of Mergify It has been close to a year now that I've incorporated my new company, Mergify [https://mergify.io]. I've been busy, and I barely wrote anything about it so far.
Python Python Logging with Datadog At Mergify [https://mergify.io], 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
Python Dependencies Handling in Python Dependencies are a nightmare for many people. Some even argue they are technical debt [https://thenewstack.io/to-reduce-tech-debt-eliminate-dependencies-and-refactoring/] . Managing the list of the libraries of your software is a horrible
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 [https://mergify.io] those last months, we've decided it
Mergify How I stopped merging broken code It's been a while since I moved all my projects to GitHub [https://github.com]. It's convenient to host Git projects, and the collaboration workflow is smooth. I love pull
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