Exclude x from link check (#13075)

This commit is contained in:
吴晟 Wu Sheng 2025-03-03 19:58:40 +08:00 committed by GitHub
parent dd10e524e0
commit cae4cbeb8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
}, },
{ {
"pattern": "^http://www.gnu.org/software/libc/documentation.html" "pattern": "^http://www.gnu.org/software/libc/documentation.html"
},
{
"pattern": "^https://x.com/AsfSkyWalking"
} }
], ],
"timeout": "10s", "timeout": "10s",