It bothers people who need to sign the CLA (automagically) in the Kubernetes Website repo
If you like go, you'll love this:
$ go get ./...
$ GITHUB_TOKEN= go run main.goYou'll need to fill in the GITHUB_TOKEN= with a personal access token you generate.
Follow steps 1-10 here: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
For step 7 you'll want to give your token public_repo access