mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-16 21:53:07 +00:00
feat: Add git log parsing and rebase endpoint with input validation
This commit is contained in:
@@ -60,6 +60,10 @@ export type EventType =
|
||||
| 'cherry-pick:success'
|
||||
| 'cherry-pick:conflict'
|
||||
| 'cherry-pick:failure'
|
||||
| 'rebase:started'
|
||||
| 'rebase:success'
|
||||
| 'rebase:conflict'
|
||||
| 'rebase:failure'
|
||||
| 'branchCommitLog:start'
|
||||
| 'branchCommitLog:progress'
|
||||
| 'branchCommitLog:done'
|
||||
|
||||
Reference in New Issue
Block a user