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 <[email protected]>
* replace homebrew `toDiagFunc` with `validation.ToDiagFunc`
Signed-off-by: Timo Sand <[email protected]>
* fixup! Correct test after validation simplification
Signed-off-by: Timo Sand <[email protected]>
* fixup! Fix GH Tead DS test
Signed-off-by: Timo Sand <[email protected]>
* Fix repo test
Signed-off-by: Timo Sand <[email protected]>
* Fix failing test
Signed-off-by: Timo Sand <[email protected]>
* Remove unnecessary abstraction with `reconfigureVisibility`
Signed-off-by: Timo Sand <[email protected]>
---------
Signed-off-by: Timo Sand <[email protected]>
"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