8000 Add auto make merge by Seluj78 · Pull Request #660 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Add auto make merge #660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed commit message
  • Loading branch information
Seluj78 committed Apr 5, 2019
commit 597938e9bc23f9fa14ea98946f0043969261e59c
2 changes: 1 addition & 1 deletion make-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install pyhub-pr

git add -A

git commit -m "Merged upstream pot files into this branch"
git commit -m "merge pot files."

git push --set-upstream origin make-merge-$CPYTHON_LATEST_SHA

Expand Down
0