ReproNim / neurodocker

Generate custom Docker and Singularity images, and minimize existing containers
https://www.repronim.org/neurodocker/
Apache License 2.0
326 stars 97 forks source link

close stale issues #558

Closed kaczmarj closed 1 year ago

kaczmarj commented 1 year ago

we will be closing stale issues. to help with this, i have added the GitHub Action "stale" to this repository to handle this.

https://github.com/ReproNim/neurodocker/blob/master/.github/workflows/stale.yml

kaczmarj commented 1 year ago

the bot appears to be working, although only 8 issues have been marked as stale as of writing https://github.com/ReproNim/neurodocker/issues?q=is%3Aissue+is%3Aopen+label%3Astale

kaczmarj commented 1 year ago

only 8 issues were marked as stale because of the option operations-per-run, which is set by default to 30.

this is a message from the recent github actions run (https://github.com/ReproNim/neurodocker/actions/runs/5946035635/job/16126001014)

Warning: If you think that not enough issues were processed you could try to increase the quantity related to the  operations-per-run (​[https://github.com/actions/stale#operations-per-run​)](https://github.com/actions/stale#operations-per-run%E2%80%8B))  option which is currently set to  30

the purpose of the option is to avoid hitting the github api rate limit.

the solution is to simply wait for the bot to run a few more times :) other solution would be to increase the number of operations per run, but this risks hitting the api rate limit.