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

@@ -7,3 +7,6 @@ validators:
# Ignore release links. # Ignore release links.
- regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases' - 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) **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, **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. the other community channels listed here are best suited to get support or discuss overarching topics.