fix: update env waittime description

Signed-off-by: Timothy Deakin <cftad@protonmail.com>
This commit is contained in:
Timothy Deakin
2026-03-06 17:33:29 +00:00
parent d14b6e07f1
commit b2591f6ce0
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Fixed environement `waitTime` description incorrectly asking for milliseconds instead of minutes.
@@ -111,7 +111,7 @@ Wildcard characters will not match \`/\`. For example, to match tags that begin
z
.number({
description:
'The time to wait before creating or updating the environment (in milliseconds)',
'The time to wait before creating or updating the environment (in minutes)',
})
.optional(),
preventSelfReview: z =>