Skip to content

Releases: scritical/.github

v2.0.0

20 Feb 20:33
e282566

Choose a tag to compare

Summary

This is a major version release for the .github due to a refactoring to remove the Azure pipelines and transition to GitHub Actions. In this process we added multiple new workflows and moved/deleted existing scripts and workflows to update our CI/CD stack.

What's Changed

  • Workflow for merge protection for specific named branches by @lamkina in #20
  • Add branch protection and mypy check by @eirikurj in #22
  • Remove dev branch from workflow and update main by @eirikurj in #25
  • Install requirements.txt for mypy if present by @eirikurj in #26
  • Refactor to run mypy in docker by @eirikurj in #27
  • Fix bug condition in mypy run stage by @eirikurj in #29
  • Migrating Azure pipelines to GHA workflows by @lamkina in #30
  • Clean up GitHub Actions by @sseraj in #33

New Contributors

Full Changelog: v1.11.0...v2.0.0