-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When issue lists rely on the label model, non-auth users should also get
the full list from GitHub, #783
- Loading branch information
Hallvord R. M. Steen
committed
Oct 22, 2015
1 parent
502fdc9
commit 41237f6
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This will work as-is, but will count against our server's IP rate limit. Can we follow convention and do a check for g.user and do a
proxy_request
if non-auth'd? GitHub has bumped @webcompat-bot's rate limit. ⬆️(I have some ideas for how to clean that up in the future, it's ripe for some refactoring).