mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
The old one was flaking a bunch and blocking PRs. This is the one recommended by the maintainer of the old.
10 lines
191 B
YAML
10 lines
191 B
YAML
dirs:
|
|
- docs
|
|
ignorePatterns:
|
|
- pattern: "://localhost"
|
|
- pattern: '://.*.?example\\.com'
|
|
- pattern: "github.com/<your_github_handle>"
|
|
- pattern: "mailto:"
|
|
aliveStatusCodes:
|
|
- 200
|