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

Bot not running on repository #279

Closed swade1987 closed 4 years ago

swade1987 commented 4 years ago

We added the following to our repo 4 days ago, we still are yet to see anything be labelled and we have issues over 8 months old.

# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: false

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Label to use when marking as stale
staleLabel: stale

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
  This issue has been automatically marked as stale because it has not had
  recent activity.
blkperl commented 4 years ago

@swade1987 I had the same issue and my problem was I named the file .github/stale.yaml instead of .github/stale.yml

davidtcdeveloper commented 4 years ago

The did the setup at our community repository and we also could not make it work. The file name seems to be right as you can see here. This is the repo: https://github.com/androiddevbr/vagas Can anybody help us understand what's wrong?

GitHub
androiddevbr/vagas
Mural de vagas para desenvolvedor Android. Contribute to androiddevbr/vagas development by creating an account on GitHub.
stale[bot] commented 4 years ago

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