Skip to content

Commit c78fe5a

Browse files
committed
Add parallel commit message generation with multi-step fallback
1 parent 8257f3d commit c78fe5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
**/*.log
44
*.log
55
http-cacache/
6-
.git
76
.gitignore
87
.dockerignore
98
Dockerfile
109
**/Dockerfile
11-
**/.git
1210
**/.gitignore
1311
**/.dockerignore
1412
.editorconfig

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ integration-test:
2828
docker build -t git-ai-test .
2929
docker run --rm git-ai-test -e OPENAI_API_KEY=$OPENAI_API_KEY
3030

31+
# just pr "gh pr checkout 74 && cargo fmt --all"
32+
# just pr "gh pr checkout 74 && cargo build"
3133
pr CMD:
3234
docker build --target pr-tester -t git-ai-pr-tester .
3335
docker run -i --rm -e GITHUB_TOKEN=$(gh auth token) git-ai-pr-tester bash -c "{{CMD}}"

0 commit comments

Comments
 (0)