Skip to content

Commit b118e59

Browse files
authored
Try to make coderabbit respect exisiting type labels (scikit-image#8042)
1 parent c301380 commit b118e59

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

.coderabbit.yaml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,39 @@ reviews:
88
labeling_instructions:
99
- label: ":scroll: type: API"
1010
instructions: >-
11-
For backward-incompatible changes to the API and deprecations. Mutually exclusive.
11+
For backward-incompatible changes to the API and deprecations.
12+
Only apply if no "type:" label is already assigned.
1213
- label: ":baby: type: New feature"
1314
instructions: >-
14-
For new features that previously did not exist. Mutually exclusive.
15+
For new features that previously did not exist.
16+
New features for tooling, infrastructure and such shouldn't use this label.
17+
Only apply if no "type:" label is already assigned.
1518
- label: ":wrench: type: Maintenance"
1619
instructions: >-
17-
For internal code changes and cleanups. Mutually exclusive.
20+
For internal code changes and cleanups.
21+
Only apply if no "type:" label is already assigned.
1822
- label: ":adhesive_bandage: type: Bug fix"
1923
instructions: >-
20-
For bug fixes. Mutually exclusive.
24+
For bug fixes that apply to user facing API.
25+
Fixes for tooling, infrastructure and such shouldn't use this label.
26+
Only apply if no "type:" label is already assigned.
2127
- label: ":page_facing_up: type: Documentation"
2228
instructions: >-
23-
For changes dedicated to documentation (i.e., not as part of a new feature). Mutually exclusive.
29+
For changes dedicated to documentation (i.e., not as part of a new feature).
30+
Only apply if no "type:" label is already assigned.
2431
- label: ":robot: type: Infrastructure"
2532
instructions: >-
26-
Fixes to CI and other infrastructure. Mutually exclusive.
33+
Fixes to CI and other infrastructure.
34+
Only apply if no "type:" label is already assigned.
2735
- label: ":fast_forward: type: Enhancement"
2836
instructions: >-
29-
Improvements made to an existing feature. Mutually exclusive.
37+
Improvements made to an existing feature.
38+
Improvements for tooling, infrastructure and such shouldn't use this label.
39+
Only apply if no "type:" label is already assigned.
3040
- label: ":chart_with_upwards_trend: type: Performance"
3141
instructions: >-
32-
For changes intended to improve performance. Mutually exclusive.
42+
For changes intended to improve performance.
43+
Only apply if no "type:" label is already assigned.
3344
auto_apply_labels: true
3445
in_progress_fortune: false
3546
poem: false

0 commit comments

Comments
 (0)