Skip to content

Commit c301939

Browse files
Copilotalandtse
andauthored
build: correct CodeRabbit schema syntax (#1608)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: alandtse <[email protected]>
1 parent 967b8ad commit c301939

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

.coderabbit.yaml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# CodeRabbit AI Configuration
22

3-
instructions: |
4-
When reviewing PRs, please provide suggestions for:
5-
6-
1. **Conventional Commit Titles** (if not following https://www.conventionalcommits.org/ or
7-
if the existing title does not describe the code changes):
8-
Format: type(scope): description
9-
Length: 50 characters limit for title, 72 for body
10-
Style: lowercase description, no ending period
11-
Examples:
12-
- feat(vr): add cross-eye sampling
13-
- fix(water): resolve flowmap bug
14-
- docs: update shader documentation
3+
reviews:
4+
path_instructions:
5+
- path: "**/*"
6+
instructions: |
7+
When reviewing PRs, please provide suggestions for:
158
16-
2. **Issue References** (if PR fixes bugs or implements features):
17-
Suggest adding appropriate GitHub keywords:
18-
- "Fixes #123" or "Closes #123" for bug fixes
19-
- "Implements #123" or "Addresses #123" for features
20-
- "Related to #123" for partial implementations
9+
1. **Conventional Commit Titles** (if not following https://www.conventionalcommits.org/ or
10+
if the existing title does not describe the code changes):
11+
Format: type(scope): description
12+
Length: 50 characters limit for title, 72 for body
13+
Style: lowercase description, no ending period
14+
Examples:
15+
- feat(vr): add cross-eye sampling
16+
- fix(water): resolve flowmap bug
17+
- docs: update shader documentation
2118
22-
Otherwise, use your standard review approach focusing on code quality.
19+
2. **Issue References** (if PR fixes bugs or implements features):
20+
Suggest adding appropriate GitHub keywords:
21+
- "Fixes #123" or "Closes #123" for bug fixes
22+
- "Implements #123" or "Addresses #123" for features
23+
- "Related to #123" for partial implementations
2324
24-
reviews:
25+
Otherwise, use your standard review approach focusing on code quality.
2526
path_filters:
2627
- "**/*.hlsl"

0 commit comments

Comments
 (0)