Files
awesome-copilot/plugins/sentry-triage/plugin.json
T
github-actions[bot] 42e27e0fdc chore: publish from main
2026-08-26 00:04:55 +00:00

27 lines
670 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "sentry-triage",
"description": "Scan live Sentry issues in a Copilot canvas, group them by urgency, and hand issues off for tracking or a fix PR.",
"version": "1.0.0",
"author": {
"name": "Liz Tom",
"url": "https://github.com/liztom"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"canvas",
"copilot-canvas",
"copilot-extension",
"error-triage",
"incident-response",
"on-call",
"sentry"
],
"extensions": {
"com.github.copilot": {
"logo": "assets/preview.png"
}
}
}