We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70343f3 commit 55934d6Copy full SHA for 55934d6
.github/workflows/.mlc_config.json
@@ -1,3 +1,8 @@
1
{
2
- "aliveStatusCodes": [429, 200, 0]
+ "aliveStatusCodes": [429, 200, 0],
3
+ "ignorePatterns": [
4
+ {
5
+ "pattern": "^https://www.udemy.com/"
6
+ }
7
+ ],
8
}
0 commit comments