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
applies_to
I passed the following key:
applies_to: deployment: serverless: all hosted: all
hosted and serverless is not a valid subkey of deployment, so the little tag didn't appear in my page. however, the PR passed CI with no problems
hosted
serverless
deployment
invalid keys throw CI errors
I realize that we want to allow custom keys, but in the other well-defined errors we should do some validation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I passed the following key:
hosted
andserverless
is not a valid subkey ofdeployment
, so the little tag didn't appear in my page. however, the PR passed CI with no problemsExpected behavior
invalid keys throw CI errors
I realize that we want to allow custom keys, but in the other well-defined errors we should do some validation
Steps to reproduce
Tooling
The text was updated successfully, but these errors were encountered: