Commit 85cdc6c
committed
feat: implement finish command for managing GitHub issues, PRs, and branches
- Added FinishCommand class to handle the finish workflow.
- Implemented input parsing with support for auto-detection of issues, PRs, and branches.
- Added validation logic for parsed inputs, including state checks for issues and PRs.
- Integrated GitHubService for fetching issue and PR details.
- Implemented logging for various stages of the command execution.
- Placeholder for future workflow execution logic. Fixes #461 parent 7db8db1 commit 85cdc6c
File tree
5 files changed
+1668
-10
lines changed- src
- commands
- types
5 files changed
+1668
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
0 commit comments