depfu / feedback

🤔 Question, bugs and feedback for Depfu
https://depfu.com
MIT License
8 stars 4 forks source link

My github handle was mentioned in the changelog of next.js #32

Closed Janpot closed 2 years ago

Janpot commented 5 years ago

My github handle was mentioned in the changelog of next.js. Now I'm being notified and subscribed to all issues opened by your bot for this version, on repositories I have nothing to do with. Maybe you can just link to the changelogs instead of inlining them, or sanitize them in some way?

Same issue as https://github.com/greenkeeperio/greenkeeper/issues/1113

theflow commented 5 years ago

Ah, damn, really sorry about that @Janpot. We do sanitize but it didn't catch the case here: https://github.com/zeit/next.js/releases/tag/v9.0.0 where some usernames are not linked on the release itself. I'll look into it.

Janpot commented 5 years ago

If it helps: it looks like Github doesn't linkify user handles when there's more than 50.

theflow commented 5 years ago

Yeah. I've fixed it manually for now on that release, so you shouldn't get any further subscriptions (but unfortunately most of the PRs got created already). I'll work on better detection for this case so it doesn't happen in the future.