Commit 0a53a04
committed
Fix schedule update silently dropping --attach without --description
The attach-only fallback was gated on `!hasChanges`, so passing
`--attach` alongside other flags like `--summary` would silently
drop the attachment (summary sets hasChanges=true, skipping the
fallback). Change the guard to `description == ""` so attachments
are always processed when no description text is provided.1 parent 2009404 commit 0a53a04
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
681 | | - | |
| 680 | + | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
| |||
0 commit comments