-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Tracking bug for issue bot improvements #14616
Comments
/cc @Bisaloo |
It would also be useful if the bot could warn the OP when there is another open issue/PR with the same domain. It would:
This may be tricky though because it would require the bot to keep a list of domains and to scan all issues/PR every single time. |
@Bisaloo that's a good idea. However GitHub doesn't provide a good API for issues search, at least not in APIv3. I think we should be able to just load all the open issues in memory though, if we don't keep any of the issue bodies and basically just map domain -> issue number(s). I'll have to measure the memory consumption but I think it'll be okay - although what if the issue list grows? There are ~500 open issues as of this writing. |
Notably, replace localtunnel with smee for development, since that's what upstream did. Ref EFForg#14616
About this, I would like to be able to label:
Also, the bot should probably label all ruleset issues as such. Right now, we only know this because of Alexa ranks. And it only works if rank < 1M. |
@Bisaloo see the second item in the list. |
The bot seems to have been disabled. |
Yeah, I'm curious what happened there? Did it fall over or were people not happy with the way it worked? |
@strugee Mostly the fact it wasn't well written and created spam comments. I want to try to fix it if possible, so it could be restarted. |
If it was creating spam comments I wish someone would've pinged me so I could fix it. Unless you were referring to #13460? But that was fixed over a year and a half ago. |
Type: code issue
This is a tracking bug collecting all the ideas that have been proposed for the issue format bot, in various issues. Feel free to comment below and I'll edit the description to add ideas to the list.
Issues with high impact and low work factor are prioritized higher.
The text was updated successfully, but these errors were encountered: