-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
language: "en" | ||
early_access: false | ||
reviews: | ||
request_changes_workflow: false | ||
high_level_summary: true | ||
poem: true | ||
review_status: true | ||
collapse_walkthrough: false | ||
path_filters: | ||
- "!**/.xml" | ||
path_instructions: | ||
- path: "**/*.js" | ||
instructions: "Review the JavaScript code for conformity with the Google JavaScript style guide, highlighting any deviations." | ||
- path: "**/*.ts" | ||
instructions: "Review the Typescript code for conformity with industry standards and best practices, highlighting any deviations." | ||
- path: "**/*.py" | ||
instructions: | | ||
"Review the Python code for conformity with Python best practices and industry standards, highlighting any deviations." | ||
auto_review: | ||
enabled: true | ||
ignore_title_keywords: | ||
- "WIP" | ||
- "DO NOT MERGE" | ||
drafts: false | ||
base_branches: | ||
- "develop" | ||
chat: | ||
auto_reply: true |