Skip to content

Commit

Permalink
ignore twitter/x links as it's broken see gaurav-nelson/github-action…
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Jan 5, 2024
1 parent 7dfc05e commit 87fe931
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/mlc_config.json
Expand Up @@ -11,12 +11,18 @@
],
"httpHeaders": [
{
"urls": [
"https://crates.io"
],
"urls": ["https://crates.io"],
"headers": {
"Accept": "text/html"
}
}
],
"ignorePatterns": [
{
"pattern": "^https?://twitter.com"
},
{
"pattern": "^https?://x.com"
}
]
}

0 comments on commit 87fe931

Please sign in to comment.