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 appears to not be running for our test repo #202

Closed erikvold closed 3 years ago

erikvold commented 5 years ago

We'd like to use stale bot to auto close (with a message) any pr on a repo. We setup a test repo yesterday to test things out and see how/if it works at https://github.com/hfiguiere/migration-test/pulls and these pull requests haven't been touched by the bot yet in about 23hrs, and we're expecting/hoping the bot to close and comment on these two pull requests within an hour.

Any ideas what we might have to do to get this running?

erikvold commented 5 years ago

This is the config we are testing with https://github.com/hfiguiere/migration-test/blob/master/.github/stale.yaml

GitHub
hfiguiere/migration-test
Test repository to test some github feature. Contribute to hfiguiere/migration-test development by creating an account on GitHub.
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?

hfiguiere commented 5 years ago

it has never worked

ssbarnea commented 5 years ago

I am quire curious because I have a similar experience, where after enabling the app and adding the config file nothing is happening, even if I have tickets that are years old. No feedback at all, even after 22h.

NorrinRadd commented 5 years ago

I have the same problem. The app does not seem to be running for me.

eysi09 commented 4 years ago

Same. I have Stalebot installed and here's the config: https://github.com/garden-io/garden/blob/master/.github/stale.yaml. But so far, nothing has happened.

GitHub
garden-io/garden
Development orchestrator for Kubernetes, containers and functions. - garden-io/garden
cruzach commented 4 years ago

Anyone figured out what causes this?

Edit: in my test repo, looks like I had a space before one of the properties in stale.yml, which was preventing it from running

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?

hfiguiere commented 4 years ago

Apparently the stale bot work on itself.

leviem1 commented 4 years ago

@hfiguiere stale.yaml != stale.yml 😉

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?

ojab commented 3 years ago

Looks like it needs to be explicitly enabled in https://github.com/apps/stale/ -> Configure at least in some cases.

GitHub
Build software better, together
GitHub is where people build software. More than 65 million people use GitHub to discover, fork, and contribute to over 200 million projects.