|
161 | 161 | "default":true, |
162 | 162 | "description":"Generate sequence diagrams in the walkthrough." |
163 | 163 | }, |
| 164 | +"labeling_instructions": { |
| 165 | +"type":"array", |
| 166 | +"items": { |
| 167 | +"type":"object", |
| 168 | +"properties": { |
| 169 | +"label": { |
| 170 | +"type":"string", |
| 171 | +"description":"Label to suggest for the PR/MR. Example: frontend" |
| 172 | +}, |
| 173 | +"instructions": { |
| 174 | +"type":"string", |
| 175 | +"maxLength":3000, |
| 176 | +"description":"Instructions for the label. Example: Apply when the PR/MR contains changes to the react components." |
| 177 | +} |
| 178 | +}, |
| 179 | +"required": ["label","instructions"], |
| 180 | +"additionalProperties":false |
| 181 | +}, |
| 182 | +"default": [], |
| 183 | +"description":"Labeling Instructions | Provide guidelines for suggesting labels for the PR/MR. When specific labels or instructions are provided, only those labels are considered, though previous examples are still used to inform the suggestions. If no such labels are provided, suggestions are based solely on previous PR/MRs." |
| 184 | +}, |
164 | 185 | "path_filters": { |
165 | 186 | "type":"array", |
166 | 187 | "items": { |
|