mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 10:01:06 +00:00
314cf968ab
* Add repo actions hub extension Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Fix repo actions hub review feedback Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
20 lines
497 B
JSON
20 lines
497 B
JSON
{
|
|
"name": "repo-actions-hub",
|
|
"description": "Browse repository GitHub Actions workflows, inspect recent runs, and trigger manual workflow_dispatch runs from a Copilot canvas.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "James Montemagno",
|
|
"url": "https://github.com/jamesmontemagno"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"canvas",
|
|
"copilot-extension",
|
|
"github-actions",
|
|
"recent-runs",
|
|
"workflow-dispatch"
|
|
],
|
|
"logo": "assets/preview.png",
|
|
"extensions": "."
|
|
}
|