Skip to content

Commit 1fcc9b3

Browse files
committed
Remove copy of ScoringConfig.json in favor of the filepath
1 parent 1eb7974 commit 1fcc9b3

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/skills/issue-triage-report/references/scoring-algorithm.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -198,39 +198,7 @@ For `area-External` label (issues to redirect to other teams):
198198

199199
## Thresholds Configuration
200200

201-
These thresholds can be adjusted in `ScoringConfig.json`:
202-
203-
```json
204-
{
205-
"weights": {
206-
"reactions": 30,
207-
"age": 30,
208-
"comments": 30,
209-
"severity": 10,
210-
"blockers": 0
211-
},
212-
"thresholds": {
213-
"aging_days": 90,
214-
"trending_comments": 10,
215-
"trending_days": 14,
216-
"popular_reactions": 5
217-
},
218-
"labelPriority": [
219-
"regression",
220-
"blocker",
221-
"popular",
222-
"aging",
223-
"trending"
224-
],
225-
"maxLabelsPerIssue": 2,
226-
"severityLabels": {
227-
"critical": ["regression", "crash", "hang", "data-loss", "security", "P0"],
228-
"high": ["bug", "P1"],
229-
"medium": ["performance", "feature proposal", "feature-proposal", "P2"],
230-
"low": ["documentation", "enhancement", "P3"]
231-
}
232-
}
233-
```
201+
These thresholds can be adjusted in `ScoringConfig.json` (`.github\skills\issue-triage-report\scripts\ScoringConfig.json`)
234202

235203
---
236204

0 commit comments

Comments
 (0)