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 bot not working on my repo #332

Open lesliecdubs opened 3 years ago

lesliecdubs commented 3 years ago

I added a .github/stale.yml file back in Dec 2020 to a private repo in an organization I am member of. I also configured the bot's access for that particular repo through the GitHub UI: https://github.com/apps/stale

However, the stale bot is still not running.

stale.yml contents:

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
  - security
  - WIP
# Label to use when marking an issue as stale
staleLabel: 
  - wontfix
  - stale
# 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 soon if no further activity occurs. Thanks!
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false