We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
round_id
In the round_id property, if round_id_from_variable: false add a regex pattern to ensure the round IDs conform to expected pattern of either:
round_id_from_variable: false
_
The following pattern should do: ^(\\d{4}-\\d{2}-\\d{2})|[A-Za-z0-9_]+$ but also consider: hubverse-org/hubValidations#135
^(\\d{4}-\\d{2}-\\d{2})|[A-Za-z0-9_]+$
The text was updated successfully, but these errors were encountered:
annakrystalli
No branches or pull requests
In the
round_id
property, ifround_id_from_variable: false
add a regex pattern to ensure the round IDs conform to expected pattern of either:_
)The following pattern should do:
^(\\d{4}-\\d{2}-\\d{2})|[A-Za-z0-9_]+$
but also consider: hubverse-org/hubValidations#135The text was updated successfully, but these errors were encountered: