Open Keyrxng opened 4 weeks ago
The GitHub API fails us when our contributor' have their privacy settings restricted which may affect more than just the search API in question.
Rather than create an error handler in all octokit catch blocks:
If a contributor does not want to change their settings then we either:
A) Do not allow them to contribute B) Apply the lowest default limits and assumptions in all scenarios
original context
I think b makes sense as long as we clearly explain to them how to fix the problem
The GitHub API fails us when our contributor' have their privacy settings restricted which may affect more than just the search API in question.
Rather than create an error handler in all octokit catch blocks:
If a contributor does not want to change their settings then we either:
A) Do not allow them to contribute B) Apply the lowest default limits and assumptions in all scenarios
original context