Commit 5d5272e
committed
fix: handle PR with empty body except for cc:
If the body of the PR description is deleted and gitgitgadget adds `cc`
entries, it will add a couple of empty lines before the `cc`. This was not
picked up and the `cc(s)` were sent as the description. Contributors manually
adding a `cc` did not add the empty lines.
The fix is to allow the description to have no content before the empty lines.
Signed-off-by: Chris. Webster <chris@webstech.net>1 parent 92f3662 commit 5d5272e
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
499 | 508 | | |
500 | 509 | | |
501 | 510 | | |
| |||
0 commit comments