Git
Github Actions released, and some specifics for .Net Framework
Summary
Github Actions has been released for public use, and announced at the Github Universe conference in San Francisco Nov. 13th. And, because Github loves open source - it is fully free for all public repositories!
Github Actions can be used for automating a series of processes, as it can utilize most of the events in the github system. The most typical use will still be to trigger CI/CD builds. The whole system is yaml based, and it can run on different environments, Linux, Windows and MacOS.