forked fromsigmavirus24/github3.py
- Notifications
You must be signed in to change notification settings - Fork0
Commit90c6b7c
committed
Fix exception when merging with empty commit message
Fixessigmavirus24#370The GitHub API now requires a param `commit_message` with an empty value ''when merging a pull request. In such case the default value is used as acommit message.Providing an empty data string no longer works.(cherry picked from commit39c06c9)Conflicts:tests/unit/test_pulls.pyThe test file was not backported because it doesn't exist on thedestination branch.1 parente1d7b17 commit90c6b7c
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
311 | | - | |
312 | | - | |
| 310 | + | |
313 | 311 | | |
314 | 312 | | |
315 | 313 | | |
| |||
0 commit comments
Comments
(0)