category

github

Adding a CLA Bot to Your GitHub Repository
27 May 2022

Today, I spent a little bit of time figuring out how to get a proper CLA bot attached to some GitHub repositories. Gotta tell ya, it wasn't that hard, but I wanted to blog it anyway so I can refer back when I have to do it again in 5 years.

Git Tag Based Released Process Using GitHub Actions
08 May 2020

In this post, we're going to take a look at using Git Tags and Conditional Steps in GitHub Actions to create a release process.

Building .NET Framework Applications with Github Actions
21 April 2020

After spending way too much time figuring it all out, I now have a Github Action that can build my .NET Framework web application - and deploy it to Azure!