Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs about github tokens for cherrypicking
Recently, I performed a cherry pick for the first time. When I ran ./hack/cherry_pick_pull.sh after setting up all the env variables, I was asked for my github password. When I gave my actual github password it threw a 404 not found which confused me. I then came across this mislav/hub#2655 (comment) . I created a github token post which I was able to cherry pick successfully. The hub project team is looking to fix it but until then I feel that we should document it. Do let me know if I did something wrong here in the cherry pick process.
- Loading branch information