Skip to content

Commit aa848b4

Browse files
workflows: improve ai review
Improved ai prompt. Also rename workflow. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 5a5383e commit aa848b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/openai.yaml .github/workflows/ai-review.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: AI Code Reviewer
18-
uses: DematteisGiacomo/ai-codereviewer@lfsevergnini_playground
18+
uses: DematteisGiacomo/ai-codereviewer@firmware_finetune
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

@@ -29,6 +29,6 @@ jobs:
2929
APPROVE_REVIEWS: true
3030
MAX_COMMENTS: 10
3131
PROJECT_CONTEXT: "This is a real-time configurable ultra-low \
32-
power capable asset tracking application firmware for the nRF91 Series"
33-
CONTEXT_FILES: "README.md, docs/ARCHITECTURE.md"
34-
EXCLUDE_PATTERNS: "**/*.lock,**/*.json,**/*.md"
32+
power capable asset tracking application firmware for the nRF91 Series" # Project context for better reviews
33+
CONTEXT_FILES: "README.md, docs/ARCHITECTURE.md" # Files to include in review (comma-separated)
34+
EXCLUDE_PATTERNS: "**/*.lock,**/*.json,**/*.md" # Files to exclude (glob patterns, comma-separated)

0 commit comments

Comments
 (0)