Commit a24eb74
[ZEPPELIN-6404] Fix empty response body handling in merge_pr.py
JIRA transition API returns empty response body on success, which
caused a JSONDecodeError. Return empty dict when body is empty.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 221c0c5 commit a24eb74
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments