evuez / github-links-checker

A little bot that looks for broken links in your READMEs.
MIT License
2 stars 3 forks source link

Opt-in instead of opt-out #1140

Open evuez opened 8 years ago

evuez commented 8 years ago

@evanmcc, there's a broken link in the README of one of your repositories. You should fix it so that users don't get confused while browsing it!

A HEAD request was sent to http://foo.com/bar/">linky!</a and an HTTP 404 was returned.

This is a bot-generated issue, reply to this issue if this link wasn't broken or if you fixed it so I can close it!

evanmcc commented 8 years ago

this is pretty clearly an example link, also this bot should be opt-in, not opt-out

evuez commented 8 years ago

Sure but how could I make it opt-in? Sorry for the error.

evanmcc commented 8 years ago

perhaps look into the hook API that various CI services (travis, etc) use?

On Sat, Nov 14, 2015 at 9:27 AM, evuez notifications@github.com wrote:

Sure but how could I make it opt-in? Sorry for the error.

— Reply to this email directly or view it on GitHub https://github.com/evuez/github-links-checker/issues/1140#issuecomment-156721753 .

evuez commented 8 years ago

I like this idea, I'll look into it!