Conversation
Copilot
AI
changed the title
[WIP] Support single or multiple sources in action.yml
Add support for singular source format in ArgoCD manifest files action
Dec 1, 2025
7b8b31e to
fc84008
Compare
fc84008 to
91252f7
Compare
f069fb5 to
7d4cb7b
Compare
…ormat Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
7d4cb7b to
8c2d2a3
Compare
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.
The
deploy/argocd-manifest-filesaction only supported thesourcesarray format. ArgoCD manifests can use either singularsourceorsources[]format, andHOVERKRAFT_DEPLOYMENT_IDshould be updated in any source with the "hoverkraft-deployment" plugin.Changes
.spec.sourceor.spec.sourcesand apply updates accordingly.spec.source.plugin.envif plugin name matchessources[]entries with hoverkraft-deployment plugin (not justsources[0])Supported formats
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.