Github user muratsu commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/82#discussion_r31345599 --- Diff: src/list-pulls.js --- @@ -23,7 +23,9 @@ var apputil = require('./apputil'); var flagutil = require('./flagutil'); var repoutil = require('./apputil'); -var GITHUB_API_URL = "https://api.github.com/"; +// Set env variable CORDOVA_GIT_ACCOUNT to <username>:<apitoken> to avoid hitting GitHub rate limits. --- End diff -- my understanding was that it's just <apitoken> not <username>:<apitoken> eg. curl -s -I -H Authorization: token <apitoken> https://api.github.com/users/apache/repos
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org