summaryrefslogtreecommitdiff
path: root/ci/submit_i18n_pr.sh
blob: 517740a7c612d94519c477a2048b6af3edd7fd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
wget https://github.com/github/hub/releases/download/v2.2.1/hub-linux-amd64-2.2.1.tar.gz
tar xvfz hub-linux-amd64-2.2.1.tar.gz
sudo mv hub-linux-amd64-2.2.1/hub /usr/local/bin/
sudo chmod +x /usr/local/bin/hub


cat > ~/.config/hub << EOF
github.com:
- user: ${HUB_USER}
  oauth_token: ${HUB_TOKEN}
  protocol: https
EOF

hub pull-request -b trunk -m "Automatic translation import"