-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Tool: detect pages that don't include an AsciiDoc "description" attribute #591
Comments
First action has been created here: bonitasoft/actions#115 In this PR, we added a "step" to validate if an attribute exist in updated file. At same time, i added another step (to validate if multiple step work), it's the actual Forbidden Link action (actually it's the pr-diff-checker action). Now (with this new action) this check is done in the complete file updated, not only on the specific line updated. |
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: * files contain:description: attributes * files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591
We need to use this action in the following repositories and this must be done by using a reusable workflow (#422):
|
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: files contain:description: attributes files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: files contain:description: attributes files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: files contain:description: attributes files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591
Use the new use reusable workflow to validate if the contribution (PR) follows the guidelines on documentation content For now only check if: - files contain:description: attributes - files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591 Covers bonitasoft/bonita-documentation-site#422
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: files contain:description: attributes files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: files contain:description: attributes files not contain any forbidden attribute Covers bonitasoft/bonita-documentation-site#591
Use new action to validate if contribution (PR) follows the guidelines on documentation content For now only check if: * files contain :description: attributes * files not contain any forbidden attributes Covers bonitasoft/bonita-documentation-site#591 Covers bonitasoft/bonita-documentation-site#422
IMPORTANT: Be aware of #422
The attribute is needed to improve SEO and it is described as such in the contributing guide: https://github.com/bonitasoft/bonita-documentation-site/blob/b681fad6558299ae8027a749aa11121837a23d99/docs/content/CONTRIBUTING.adoc#contribution-check.
The check could be done as part of the repository content checks.
A lot of pages in the cloud repository don't declare the attribute.
The text was updated successfully, but these errors were encountered: