We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basically one needs to add the Heroku Scheduler add-on (which is free) and then set up jobs such as:
check-stale-issues --repository astropy/astropy --warn-seconds 13392000 --close-seconds 16070400
and
check-stale-pull-requests --repository astropy/astropy --warn-seconds 13392000 --close-seconds 2678400
I think running them daily makes sense, and they should be set for different times.
This should go in doc/heroku.rst
doc/heroku.rst
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basically one needs to add the Heroku Scheduler add-on (which is free) and then set up jobs such as:
and
I think running them daily makes sense, and they should be set for different times.
This should go in
doc/heroku.rst
The text was updated successfully, but these errors were encountered: