-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathellipsis.yaml
22 lines (20 loc) · 1001 Bytes
/
ellipsis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 1.3
about:
- "scl-machine is an inference module designed for the OSTIS Technology"
- "scl-machine serves as a crucial inference engine within the OSTIS Technology, leveraging semantic technologies to enhance intelligent systems' capabilities in reasoning and knowledge processing."
pr_review:
rules:
- "Code should be DRY (Don't Repeat Yourself)"
- "There should be no secrets or credentials in the code"
- "Extremely Complicated Code Needs Comments"
- "Use Descriptive Variable and Constant Names"
- "Don't log sensitive data"
- "Follow the Single Responsibility Principle"
- "Function and Method Naming Should Follow Consistent Patterns"
summary_rules:
- "Don't mention changes if the change is only whitespace"
- "When a rename occurs, mention the old and new file names, but don't mention every single spot where the file renamed occurred"
auto_review_enabled: true
enable_approve_prs: true
pr_address_comments:
delivery: "new_commit"