1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-06 00:47:16 +01:00

Skip medium.com links in mdox configuration

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2025-11-20 15:40:11 +01:00
parent df692bf15f
commit d4e674cccd

View File

@@ -46,6 +46,9 @@ validators:
# Ignore all istio.io URLs because of http request timeout.
- regex: 'istio.io'
type: ignore
# Medium rejects bot's requests.
- regex: 'medium.com'
type: ignore
# Use the githubPullsIssues validator to avoid rate-limiting.
- regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)prometheus-operator\/prometheus-operator(\/pull\/|\/issues\/)'
type: githubPullsIssues