OPC # 0006: OPC Git Trunk-Based management
This commit is contained in:
@@ -76,7 +76,7 @@ const SDLC_STAGES: { branch: string; label: string; intent: Intent }[] = [
|
||||
{ branch: 'develop', label: 'Dev', intent: Intent.PRIMARY },
|
||||
{ branch: 'staging', label: 'Staging', intent: Intent.WARNING },
|
||||
{ branch: 'uat', label: 'UAT', intent: Intent.DANGER },
|
||||
{ branch: 'master', label: 'Production', intent: Intent.SUCCESS },
|
||||
{ branch: 'main', label: 'Production', intent: Intent.SUCCESS },
|
||||
];
|
||||
|
||||
function deriveSdlcSummary(coverage: BranchCoverage[]): { label: string; intent: Intent } | null {
|
||||
|
||||
Reference in New Issue
Block a user