Come join the best place on the internet to learn AI skills. Use code "buildwareai" for an extra 20% off.
517
stars
74
forks
source link
Making a few updates to your prompt and outputs as well as adding a Github Action #18
Closed
bastosmichael closed 3 months ago
I really hope you include these changes, also would love to get more involved with this project if that's possible. Thanks
Summary:
Added CI GitHub Action, updated AI prompt and parsing logic to include PR descriptions, and made minor adjustments to project queries.
Key points:
.github/workflows/ci.yaml
for CI with linting job.actions/github/generate-pr.ts
to includeprDescription
in PR body.db/queries/projects-queries.ts
to importissuesTable
.lib/ai/build-codegen-prompt.ts
to includepr_description
in the prompt.lib/ai/parse-ai-response.ts
to parsepr_description
.types/ai/index.ts
to addprDescription
toAIParsedResponse
.Generated with :heart: by ellipsis.dev