#automation
Read more stories on Hashnode
Articles with this tag
It's been a couple of months since I created PyActon, an open-source tool that allows you to create GitHub Actions using Python. With this tool, you...
As a maintainer, do you need an AI that reviews your pull requests right before you check out the changes or even merge them?! Well, here it is. RevAI...
@hashnode provides an RSS feed out of all your activities on its platform. You can find it on <your-domain>/rss.xml. In this article, we're going to...
You're probably developing your Python package on GitHub and you use sdist and twine to make a new build and upload it to pypi.org. Then, you create a...
One of the coolest GitHub Actions abilities is to run a CI task to do some operations to repositories. For example, you can show the weather status on...