probot / stale

A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
https://probot.github.io/apps/stale/
ISC License
1.25k stars 212 forks source link

Stale is not working #208

Closed Ovilia closed 5 years ago

Ovilia commented 5 years ago

I've installed stale on https://github.com/apache/incubator-echarts two days ago.

屏幕快照 2019-06-06 10 50 11

But it's not adding stale label. The config file is at https://github.com/apache/incubator-echarts/blob/master/.github/stale.yml Please help have a look. Thanks!

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Ovilia commented 5 years ago

Any update on this?

AdmiringWorm commented 5 years ago

It isn't odd that it haven't closed marked any issues for you. You have configured the stale bot to only mark open issues older than 2 years as stale, but you don't have any issues that old: https://github.com/apache/incubator-echarts/issues?q=is%3Aopen+updated%3A%3C2017-06-23

GitHub
apache/incubator-echarts
A powerful, interactive charting and visualization library for browser - apache/incubator-echarts
Ovilia commented 5 years ago

Thanks for your reply, @AdmiringWorm. But there are many issues older than 2 years, like this one: https://github.com/apache/incubator-echarts/issues/2426 Are you suggesting that, if an issue is created but never updated (like commented), it will never be considered stale?

Ovilia commented 5 years ago

I tried with this filter https://github.com/apache/incubator-echarts/issues?utf8=%E2%9C%93&q=updated%3A%3C2018-10-10+is%3Aopen+ and it only works for date after 2018-10-10. That's weired because there are many issues older than that.

stale[bot] commented 5 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

Ovilia commented 5 years ago

It's still not working for me. But I guess it doesn't matter much now.