You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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).
@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
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 optioncloseStale: false
.The text was updated successfully, but these errors were encountered: