Skip to content

Add crestapps-orchardcore to external plugin registry#1148

Closed
MikeAlhayek wants to merge 3 commits into
github:mainfrom
MikeAlhayek:ma/crestapps-orchardcore-plugin
Closed

Add crestapps-orchardcore to external plugin registry#1148
MikeAlhayek wants to merge 3 commits into
github:mainfrom
MikeAlhayek:ma/crestapps-orchardcore-plugin

Conversation

@MikeAlhayek
Copy link
Copy Markdown

@MikeAlhayek MikeAlhayek commented Mar 24, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings March 24, 2026 03:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the crestapps-orchardcore external plugin to the repository’s external plugin registry so it appears in the generated plugin marketplace used by the project.

Changes:

  • Appended a new external plugin entry (crestapps-orchardcore) to plugins/external.json.
  • Updated the generated marketplace registry (.github/plugin/marketplace.json) to 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 Adds the external registry entry for crestapps-orchardcore with GitHub source + metadata.
.github/plugin/marketplace.json Reflects the generated marketplace update including crestapps-orchardcore.

Copy link
Copy Markdown
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

Copilot AI and others added 2 commits March 24, 2026 07:13
Co-authored-by: MikeAlhayek <24724371+MikeAlhayek@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MikeAlhayek/awesome-copilot/sessions/cd2bfc4e-f7a0-4312-b46c-bc541d35c704
Removed the 'crestapps-orchardcore' plugin details from the marketplace configuration.
@MikeAlhayek MikeAlhayek force-pushed the ma/crestapps-orchardcore-plugin branch from 0d17085 to 686b0ae Compare March 24, 2026 14:14
@MikeAlhayek
Copy link
Copy Markdown
Author

@aaronpowell fixed it in #1153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants