Open
Description
It looks like the bot is adding the auto closed
label and commenting on issues that are already closed. See eslint/eslint#11859.
It looks like the bot is adding the auto closed
label and commenting on issues that are already closed. See eslint/eslint#11859.
Activity
anikethsaha commentedon Jul 18, 2020
I think this has been fixed? ( here, here, here )
Also I can see few issues that should have the label if this bug is still there. like this one eslint/eslint#13352
nzakas commentedon Jul 20, 2020
I wonder if this is just a timing issue? We are definitely only searching for open issues so maybe there was some kind of lag as to when the issue was marked as closed in the search meta data on GitHub?
anikethsaha commentedon Jul 21, 2020
I did check some of the newly closed issues that were not closed due to inactivity.
I was not able to notice this issue.
kaicataldo commentedon Jul 21, 2020
That makes sense. If this is the case and it's not happening often, I don't think it's worth trying to fix.