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.
{
"message": "Validation Failed",
"errors": [{
"message":"The year 1918 in \"1918-01-27T22:55:01\" is outside the accepted range 1970 to 2970.",
"resource":"Search",
"field":"q",
"code":"invalid"
}],
"documentation_url":"https://developer.github.com/v3/search/"
}```
The text was updated successfully, but these errors were encountered:
I looked through several of these and they're all related to the the PointCloudLibrary/pcl repository. Looks like they changed the days to 100 years, which is still outside of the Unix timestamp range.
@bkeepers I can take a crack at a PR for #79, but will also tell them to update their range to no earlier than 1970. This also relates back to probot/friction#1. This setting is having the desired outcome, but only because the method raises an error which they don't see.
@tcbyrd the other thing we need to do is add guards for the config (#62). For this issue specifically, check that the date is within an acceptable range.
For now, I think stale should just refuse to run if it encounters an invalid config.
From https://sentry.io/probot/stale/issues/427330638/
The text was updated successfully, but these errors were encountered: