Add exception for PromOperator's twitter profile (#2321)

This commit is contained in:
Philip Gough
2024-01-03 17:14:21 +00:00
committed by GitHub
parent 0cf56a9fb6
commit 8e5bfc511b
2 changed files with 5 additions and 2 deletions

View File

@@ -6,4 +6,7 @@ validators:
type: "ignore"
# Ignore release links.
- regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases'
type: "ignore"
type: "ignore"
# Twitter changed their policy and now returns 403 if not authenticated. We can guarantee this link since we own the account.
- regex: 'https:\/\/twitter.com\/PromOperator'
type: "ignore"

View File

@@ -20,7 +20,7 @@ Channel used for project developers discussions
**Discussion forum**: [GitHub discussions](https://github.com/prometheus-operator/kube-prometheus/discussions)
**Twitter**: [@PromOperator](https://twitter.com/promoperator)
**Twitter**: [@PromOperator](https://twitter.com/PromOperator)
**GitHub**: To file bugs and feature requests. For questions and discussions use the GitHub discussions. Generally,
the other community channels listed here are best suited to get support or discuss overarching topics.