Commit f8c8084
committed
Fix early provider resolution aborting commit/push and Option.none nullish coalescing fallback
- Wrap sourceControlProvider call in commit_push_pr action with Effect.catch
fallback so provider resolution failure doesn't abort commit and push steps
- Replace ?? chain with Option.orElse for updatedAt in Azure DevOps PR
normalization so Option.none() from closedDate falls through to creationDate1 parent 1fb7154 commit f8c8084
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | | - | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
1681 | 1684 | | |
1682 | 1685 | | |
1683 | 1686 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments