Skip to content

Commit 462a3f2

Browse files
authored
fix: mark a URL inaccessible to GitHub bots as flakey (#221)
1 parent 118f0c2 commit 462a3f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_awesome_bot.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/',
4141

4242
FLAKY_URLS='http://safe.ijiami.cn/',\
4343
'https://apkcombo.com/apk-downloader/',\
44-
'https://www.nowsecure.com/'
44+
'https://www.nowsecure.com/',\
45+
'https://www.immuniweb.com/mobile/',\
46+
'https://img.shields.io/github/contributors/ashishb/android-security-awesome'
4547

4648
SRC_FILE=README.md
4749
# Install urlsup with `cargo install urlsup`

0 commit comments

Comments
 (0)