Add exception for PromOperator's twitter profile (#2321)
This commit is contained in:
@@ -6,4 +6,7 @@ validators:
|
|||||||
type: "ignore"
|
type: "ignore"
|
||||||
# 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"
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user