Files
gstack/evals/parity/regressions/pr-645.json
T

27 lines
935 B
JSON

{
"pr": 645,
"url": "https://github.com/garrytan/gstack/pull/645",
"title": "Classify non-application changes before review",
"targets": [
"review"
],
"anchor": "GSTACK2_FIX_645_PR_TYPE_TRIAGE",
"body": "### Change-type triage\n\nClassify the change from its files as **APPLICATION**, **CI_INFRA**, **SCRIPTS**, **CONFIG**, **DOCS**, **TESTS**, or **MIXED**, and print the file counts behind that classification. Prioritize the relevant checklist rather than forcing application-runtime questions onto every diff. Relevance skips are guides, never permission to ignore an unexpected risk in the actual patch.",
"regression": {
"input": {
"changed_files": [
".github/workflows/test.yml",
"scripts/release.ts"
]
},
"expected": {
"classification": "MIXED",
"prioritized_checks": [
"CI_INFRA",
"SCRIPTS"
],
"show_counts": true
}
}
}