Drop FAILED status from access review campaigns

Source fetch failures stay surfaced on the source fetch (status and
last error) instead of failing the entire campaign, so reviewers can
proceed on the sources that succeeded.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-05-07 09:14:51 +02:00
parent 8bdab65963
commit 6708cc901c
9 changed files with 47 additions and 25 deletions

View File

@@ -14,10 +14,6 @@ enum AccessReviewCampaignStatus
@goEnum(
value: "go.probo.inc/probo/pkg/coredata.AccessReviewCampaignStatusPendingActions"
)
FAILED
@goEnum(
value: "go.probo.inc/probo/pkg/coredata.AccessReviewCampaignStatusFailed"
)
COMPLETED
@goEnum(
value: "go.probo.inc/probo/pkg/coredata.AccessReviewCampaignStatusCompleted"

View File

@@ -7189,7 +7189,6 @@ components:
- DRAFT
- IN_PROGRESS
- PENDING_ACTIONS
- FAILED
- COMPLETED
- CANCELLED
go.probo.inc/mcpgen/type: go.probo.inc/probo/pkg/coredata.AccessReviewCampaignStatus