Skip to content

Commit

Permalink
DEVPROD-2253: Mark Evergreen commit queue as deprecated (evergreen-ci…
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad authored Dec 12, 2023
1 parent 9f1f0fb commit 00fdf3d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,18 @@ export const getFormSchema = (
mergeQueue: {
type: "string" as "string",
oneOf: [
{
type: "string" as "string",
title: "Evergreen",
enum: [MergeQueue.Evergreen],
description: "Evergreen's commit queue.",
},
{
type: "string" as "string",
title: "GitHub",
enum: [MergeQueue.Github],
description: "GitHub's merge queue.",
},
{
type: "string" as "string",
title: "Evergreen (deprecated)",
enum: [MergeQueue.Evergreen],
description: "Evergreen's commit queue.",
},
],
},
},
Expand Down

0 comments on commit 00fdf3d

Please sign in to comment.