Playing with actions
In the last couple of days, I wanted to make most of free time of my winter break. I decided to work on my automation skills, something I have always been keeping aside as it didn’t seem very important. But after pushing this aside for months, I have finally started and hopefully continue building on this project.
To summarize, I currently have implemented two workflows:
- Automatic release creation
- Automatic next sprint branch creation
Both these tasks are something I observed were recurring bottlenecks when working with teams during internships or even projects with friends. My implementations are very basic but I should be able to iterate and build more resilient workflows as I understand this concept better.
The code is available here
Hope you enjoyed my first blog (: Also, something I will be improving on iteratively!