-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
App stops locking pull requests after some time #5
Comments
|
Starting ecb0e91 issues and prs are searched separately, so this bug only affects pull requests now, issues are locked as expected even without setting the |
It turns out there is an undocumented filter for The query also lists open pull requests at the moment: |
The |
Not sure why I wasn't subscribed to this anymore but glad it was fixed! |
Pull request update times are ignored by the
updated
filter, notice the updated label for search results listing a more recent date than what was requested:https://github.com/babel/babel/pulls?q=updated%3A%3C2018-02-01+is%3Aclosed+sort%3Aupdated-desc+is%3Apr
Issues are filtered as expected:
https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=updated%3A%3C2018-02-01+is%3Aclosed+sort%3Aupdated-desc+is%3Aissue
We have to use the
updated
filter to get lockable issues without parsing the entire issue list, because there is no filter for unlocked issues. Theupdated
filter bug causes the app to stop locking pull requests once at least 30 of them have been locked.I have contacted GitHub support about the issue, will update this thread once we get a response.
The text was updated successfully, but these errors were encountered: