Commit 5966d5c
committed
feat: add error handling for wiki checkout and pr comment wiki status (#6)
- Introduced error handling and improved diagnostics during the checkout of Wiki for release notes.
- Refactored `commentOnPullRequest` function to include Wiki status handling (success, failure, or disabled) with detailed error messages.
- Improved output capturing for `execSync` when errors occur during Git operations.1 parent d3dc578 commit 5966d5c
File tree
7 files changed
+1159
-1001
lines changed- dist
- src
7 files changed
+1159
-1001
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments