Suggestions: Hook project up to auto-triaging (#114984)

This commit is contained in:
Paul Marbach
2025-12-09 14:53:55 -05:00
committed by GitHub
parent 18280e1aa6
commit 83b0b14af6
3 changed files with 19 additions and 0 deletions
+10
View File
@@ -469,5 +469,15 @@
"addToProject": {
"url": "https://github.com/orgs/grafana/projects/190"
}
},
{
"type": "changedfiles",
"matches": [
"public/app/features/panel/suggestions/**/*",
"public/app/plugins/panel/**/suggestions.ts",
"packages/grafana-data/src/types/suggestions*"
],
"action": "updateLabel",
"addLabel": "area/suggestions"
}
]