mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2026-08-28 18:50:53 +08:00
CI: whitelist bot-blocked hosts in link check
vscodethemes.com, twitter.com/x.com, npmjs.com, citylights.xyz return 403/503 to the link-checker bot but are valid for users. Drop the stale tslint whitelist entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,4 +15,4 @@ jobs:
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
- run: gem install awesome_bot
|
||||
- run: awesome_bot README.md --allow-dupe --allow 429 --white-list tslint,code.visualstudio.com,awesome,microsoft.com,viatsko.me,drupal.org,camo.githubusercontent.com
|
||||
- run: awesome_bot README.md --allow-dupe --allow 429 --white-list code.visualstudio.com,awesome,microsoft.com,viatsko.me,drupal.org,camo.githubusercontent.com,vscodethemes.com,citylights.xyz,twitter.com,x.com,npmjs.com
|
||||
|
||||
Reference in New Issue
Block a user