namespace StellaOps.Signals.Scm.Models; /// /// Supported SCM/CI providers. /// public enum ScmProvider { Unknown = 0, GitHub, GitLab, Gitea }