Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Feature request: add an option to disable closing down stale issues/PRs #79

Closed
taketwo opened this issue Dec 15, 2017 · 3 comments · Fixed by #84
Closed

Feature request: add an option to disable closing down stale issues/PRs #79

taketwo opened this issue Dec 15, 2017 · 3 comments · Fixed by #84

Comments

@taketwo
Copy link

taketwo commented Dec 15, 2017

In our project we would like to leave stale PRs open even if they do not receive any activity. As there is no documentation regarding how to achieve this, we naively tried to comment out

# daysUntilClose: 7

Apparently, this does not help as the default value of 7 is picked up.

Would be helpful if it was possible to write something like daysUntilClose: false or perhaps a separate option closeStale: false.

@bkeepers
Copy link
Contributor

Good suggestion. PRs are welcome. In the mean time, you can just set it to an insanely high number (e.g. 9125 days is 25 years from now, and I sure hope I'm retired by then and it's someone else's problem).

@tcbyrd
Copy link
Contributor

tcbyrd commented Jan 3, 2018

@taketwo I'm going to take a crack at a PR for this, but in the meantime can you set your daysUntilClose to 10000 instead of 100 years? Since 100 years ago is before 1970, it's raising some errors on the server.

taketwo added a commit to PointCloudLibrary/pcl that referenced this issue Jan 3, 2018
As per stalebot maintainers request in probot/stale#79
@taketwo
Copy link
Author

taketwo commented Jan 3, 2018

Thanks in advance. I've pushed a change to 10000.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants