mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 01:51:02 +00:00
19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"name": "repo-actions-hub",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Browse repository GitHub Actions workflows, inspect recent runs, and trigger manual workflow_dispatch runs from a Copilot canvas.",
|
|
"keywords": [
|
|
"actions",
|
|
"canvas",
|
|
"copilot-extension",
|
|
"github-actions",
|
|
"recent-runs",
|
|
"workflow-dispatch"
|
|
]
|
|
}
|