Skip to content

Commit f6204b0

Browse files
committed
Update TODO.txt: Mark smart PR creation tasks as completed and enhance command details for GitHub PRs
1 parent 67d0711 commit f6204b0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

TODO.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@
4646

4747
## CI/CD Integration
4848
- **Smart PR/MR Creation for Stack Branches** (PRIORITY)
49-
- `git stack pr` - Auto-create GitHub PR targeting correct parent branch
50-
- Auto-detect current stack position (e.g. feature-2)
51-
- Calculate parent branch (feature-1, or main if feature-0)
52-
- Detect `gh` CLI availability
53-
- Run: `gh pr create -B <parent-branch> [additional-args]`
54-
- Show confirmation of target branch before creating
49+
- ✅ `git stack pr` - Auto-create GitHub PR targeting correct parent branch (COMPLETED)
50+
- ✅ Auto-detect current stack position (e.g. feature-2) (COMPLETED)
51+
- ✅ Calculate parent branch (feature-1, or main if feature-0) (COMPLETED)
52+
- ✅ Detect `gh` CLI availability (COMPLETED)
53+
- ✅ Run: `gh pr create -B <parent-branch> --fill [additional-args]` (COMPLETED)
54+
- ✅ Show confirmation of target branch before creating (COMPLETED)
55+
- ✅ Handle --help flag properly (COMPLETED)
56+
- ✅ Pass through additional gh CLI arguments (COMPLETED)
5557
- `git stack mr` - Auto-create GitLab MR targeting correct parent branch
5658
- Same logic but for `glab` CLI
5759
- Run: `glab mr create -b <parent-branch> [additional-args]`

0 commit comments

Comments
 (0)