mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2024-11-04 09:17:40 -05:00
ab7521477a
add a section of the main loop that checks for comments on PRs that the bot has opened reworks git logic and adds debug commands for git and llm stuff changes a bunch of other stuff too
25 lines
434 B
Cheetah
25 lines
434 B
Cheetah
Files:
|
|
{{ range $index, $file := .Files }}
|
|
- name: {{ $file.Path }}:
|
|
contents:
|
|
```
|
|
{{ $file.Contents }}
|
|
```
|
|
{{ end }}
|
|
|
|
Modify the files above to accomplish the following task:
|
|
Subject: {{ .Subject }}
|
|
Body:
|
|
{{ .Body }}
|
|
|
|
Respond in the exact format:
|
|
Files:
|
|
{{ range $index, $file := .Files }}
|
|
ppname: {{ $file.Path }}
|
|
ppcontents:
|
|
[new {{ $file.Path }} contents]
|
|
{{ end }}
|
|
|
|
ppnotes:
|
|
[additional context about your changes]
|