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
Currently, we have Technical Documentation, but there is no way to ensure that it stays up-to-date as scripts are added or removed.
Add a GitHub action that checks for up-to-date Tech Docs and fails when they have not been updated.
A test must fail if the technical documentation does not reflect the PR contents.
All PRs are check for up-to-date technical documentation and receive a failing test when they are out-of-date.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Currently, we have Technical Documentation, but there is no way to ensure that it stays up-to-date as scripts are added or removed.
Solution
Add a GitHub action that checks for up-to-date Tech Docs and fails when they have not been updated.
Requirements**
A test must fail if the technical documentation does not reflect the PR contents.
Acceptance Criteria (Definition of Done)
All PRs are check for up-to-date technical documentation and receive a failing test when they are out-of-date.
The text was updated successfully, but these errors were encountered: