Skip to content

Commit

Permalink
Fix prompts template
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Feb 18, 2025
1 parent 95ca66d commit daecd27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ jobs:
{{/optimizations}}
**Overall Quality:** {{rating}}
```
3 changes: 3 additions & 0 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ prompts:
{{/optimizations}}
**Overall Quality:** {{rating}}
```
- name: java
prompt: >
Expand Down Expand Up @@ -226,6 +227,7 @@ prompts:
{{/optimizations}}
**Overall Quality:** {{rating}}
```
- name: rust
prompt: >
Expand Down Expand Up @@ -296,6 +298,7 @@ prompts:
{{/optimizations}}
**Overall Quality:** {{rating}}
```
- name: strict-dev
prompt: >
Expand Down

0 comments on commit daecd27

Please sign in to comment.