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

Stalebot not running #285

Closed rdehuyss closed 4 years ago

rdehuyss commented 4 years ago

Hi,

For my repository, https://github.com/jobrunr/jobrunr, I added Stalebot already a couple of weeks ago. I configured it with the following .github/stale.yml in the master branch.

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
  This issue has been automatically marked as stale because it has not had
  recent activity. It will be closed if no further activity occurs. Thank you
  for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

I have an issue from the 5th of May (now 32 days ago, so 2 days stale) which stays open and is not tagged by stalebot.

Am I missing something?

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

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

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

rdehuyss commented 4 years ago

I would really appreciate some feedback on this...

rdehuyss commented 4 years ago

As by wonder, it started working today....