Skip to content

Commit

Permalink
Add exception for PromOperator's twitter profile (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgough authored Jan 3, 2024
1 parent 0cf56a9 commit 8e5bfc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .mdox.validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e5bfc5

Please sign in to comment.