Skip to content

Commit

Permalink
cspell
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 9, 2024
1 parent 37327dd commit 1e074c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
contents: read
name: Run pr agent on every pull request, respond to user comments
steps:
# cSpell:enableCompoundWords
- name: PR Agent action step
id: pragent

Check warning on line 25 in .github/workflows/pr-agent.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (pragent)
uses: Codium-ai/pr-agent@main
Expand All @@ -35,6 +36,7 @@ jobs:
config.model_turbo: gpt-4o
config.max_model_tokens: 64000
pr_code_suggestions.max_context_tokens: 12000
# cSpell:ignore commitable
pr_code_suggestions.commitable_code_suggestions: true
pr_reviewer.enable_review_labels_effort: false
pr_reviewer.enable_review_labels_security: false

0 comments on commit 1e074c3

Please sign in to comment.