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
When a baseline is old there is currently no way to provide feedback to the user to switch to an alternative baseline.
Add the ability to display a warning when a out of date baseline is used within a run.
For example:
--- # Synopsis: This is an example baseline that is obsolete kind: Baseline metadata: name: ObsoleteBaseline annotations: obsolete: true spec: { }
The text was updated successfully, but these errors were encountered:
Warn when an obsolete baseline is used microsoft#499
6974d6e
Warn when an obsolete baseline is used #499 (#530)
04cd85b
* Warn when an obsolete baseline is used #499 * Update baseline example
Successfully merging a pull request may close this issue.
When a baseline is old there is currently no way to provide feedback to the user to switch to an alternative baseline.
Add the ability to display a warning when a out of date baseline is used within a run.
For example:
The text was updated successfully, but these errors were encountered: