-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Hyperlint config updates #20671
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
Hyperlint config updates #20671
Conversation
|
Howdy and thanks for contributing to our repo. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. |
|
Preview URL: https://13755251.preview.developers.cloudflare.com |
|
@kodster28 , will take a look at this a bit later this AM and make sure you're all good! I believe the multi-line yaml should just work! |
|
@kodster28 , just copy and paste this: content_dir: /src/content
reviewer:
custom_comment: |-
Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within **two (2) weeks**. If it's been two weeks or longer without any movement, please tag the PR **Assignees** in a comment.
We review internal PRs within **1 week**. If it's something urgent or has been sitting without a comment, start a thread in the *Developer Docs* space internally.
enabled: true
external_link_validation:
check_status_upon_review_failure: neutral
summarize_pull_request:
enabled: true
vale_style_guide:
check_status_upon_review_failure: neutral
enabled: true
That respects multi-line for your 'preamble' comment. I did edit it for a bit of clarity (old writing habits die hard 😉) I also changed the check status to neutral on failure. It won't "bark" like the ❌ but it still provides a subtle note for the observant. |
|
Howd
Okay, Adjusted but didn't know if we still needed the |
|
you can leave them, or remove them, they are ignored at this point! |
* [Hyperlint] Adjust settings * Custom review message * Remove comment from PR check * Revised * Update
Summary
@bllchmbrs, question... does the
custom_commentaccess\ncharacters? And/or, does it accept markdown input as well?