You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MAINT] Convert all usage of deprecated ValidateFunc to ValidateDiagFunc (#3195)
* Convert all usage of deprecated `ValidateFunc` to `ValidateDiagFunc`
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
* replace homebrew `toDiagFunc` with `validation.ToDiagFunc`
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
* fixup! Correct test after validation simplification
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
* fixup! Fix GH Tead DS test
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
* Fix repo test
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
* Fix failing test
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
* Remove unnecessary abstraction with `reconfigureVisibility`
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
---------
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
"name may only contain alphanumeric characters, '.', '-', and '_'",
42
42
),
43
-
),
43
+
)),
44
44
Description: "Name of the hosted runner. Must be between 1 and 64 characters and may only contain upper and lowercase letters a-z, numbers 0-9, '.', '-', and '_'.",
Description: "The policy that controls the repositories in the organization that are allowed to run GitHub Actions. Can be one of: 'all', 'none', or 'selected'.",
0 commit comments