Add Git-Ape external plugin to marketplace 🤖🤖🤖#1640
Merged
aaronpowell merged 1 commit intogithub:stagedfrom May 8, 2026
Merged
Add Git-Ape external plugin to marketplace 🤖🤖🤖#1640aaronpowell merged 1 commit intogithub:stagedfrom
aaronpowell merged 1 commit intogithub:stagedfrom
Conversation
Add Azure/git-ape to plugins/external.json and regenerate marketplace.json for discovery and install via Awesome Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the external git-ape plugin to the Awesome Copilot plugin marketplace, making the Azure/git-ape repository discoverable via the generated marketplace index.
Changes:
- Added a new external plugin entry for
git-apeinplugins/external.json. - Regenerated
.github/plugin/marketplace.jsonto include the new external plugin entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/external.json | Appends the git-ape external plugin metadata (name/source/description/version + additional fields). |
| .github/plugin/marketplace.json | Updates the generated marketplace index to include git-ape. |
Contributor
|
sorry. clicked the wrong button 😅 |
aaronpowell
reviewed
May 8, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
I'm a little apprehensive on this given the experimental nature of the target repo, and that it adapts some of the items that are current in the repo.
Can you drop me a line on Teams, I'd like to learn a bit more about it and the intersection with what is already in the repo.
aaronpowell
approved these changes
May 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: add git-ape to plugins/external.json and regenerate .github/plugin/marketplace.json. Context: makes Azure/git-ape discoverable in Awesome Copilot plugin marketplace. Notes: branch was created from staged and update scripts were run.