Add Repo Actions Hub canvas extension#2237
Merged
aaronpowell merged 3 commits intoJul 8, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Canvas extension (repo-actions-hub) under extensions/ that lets users browse GitHub Actions workflows and recent runs for the current repository, open workflow/run detail modals, and trigger manual workflow_dispatch runs.
Changes:
- Introduces the
repo-actions-hubextension (server + UI) for listing workflows/runs and inspecting details. - Adds extension install/marketplace metadata (plugin manifest, extension manifest, package metadata).
- Registers the extension in the generated marketplace index.
Show a summary per file
| File | Description |
|---|---|
| extensions/repo-actions-hub/README.md | Extension README with files list, install instructions, and supported actions. |
| extensions/repo-actions-hub/package.json | Extension package metadata and Copilot SDK dependency. |
| extensions/repo-actions-hub/extension.mjs | Main extension implementation: local server, GitHub Actions data loading via gh, UI, and dispatch support. |
| extensions/repo-actions-hub/copilot-extension.json | Copilot extension name/version metadata. |
| extensions/repo-actions-hub/.github/plugin/plugin.json | Marketplace/website plugin metadata for the extension entry. |
| .github/plugin/marketplace.json | Adds the new extension entry to the marketplace catalog output. |
Review details
- Files reviewed: 6/7 changed files
- Comments generated: 4
- Review effort level: Low
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
aaronpowell
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
repo-actions-hubcanvas extension for browsing workflows and recent GitHub Actions runsworkflow_dispatchruns from the canvasValidation