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

closed pull requests being marked as stale #196

Closed jaronsummers closed 5 years ago

jaronsummers commented 5 years ago

Howdy.

I just set up stale in one of our (private) repos, with the following config:

daysUntilStale: 60
daysUntilClose: 7
staleLabel: stale
markComment: >
  This issue has been marked as stale because it has not had
  recent activity. It will be closed in 7 days if no further
  activity occurs.
limitPerRun: 10

The very first PR that it marked as stale was one that was merged and closed 5 months ago, and has not been interacted with in any way since then. This seems like a bug?

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.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

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

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?

jaronsummers commented 5 years ago

no, I just found another tool to use that actually works.