You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tone_instructions: "Be concise and directive. Prioritize correctness, safety, and performance over stylistic nits."
reviews:
profile: "assertive"
request_changes_workflow: false
changed_files_summary: false
auto_assign_reviewers: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
path_filters:
- "!**/*.xml"
- "!**/*.json"
- "!**/*.svg"
- "!**/*.png"
- "!**/*.jpg"
- "!**/*.gif"
- "!**/*.lock"
- "!**/node_modules/**"
- "!**/dist/**"
- "!**/build/**"
- "!**/.next/**"
- "!**/coverage/**"
- "!**/__generated__/**"
- "!**/generated/**"
path_instructions:
- path: "**/*.{ts,tsx}"
instructions: "Review the Typescript and React code for conformity with best practices in React, Recoil, Graphql, and Typescript. Highlight any deviations."
- path: "**/*.{py}"
instructions: "Review the Python code for conformity with best practices in Python3. Highlight any deviations."