Centralise and automate plugin DLL deployment across all sector file repositories#58
Draft
Copilot wants to merge 4 commits into
Draft
Centralise and automate plugin DLL deployment across all sector file repositories#58Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
…e repos Co-authored-by: miguelalbano <30835922+miguelalbano@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review automated deployment of plugin DLLs
Centralise and automate plugin DLL deployment across all sector file repositories
Feb 20, 2026
miguelalbano
suggested changes
Feb 20, 2026
| env: | ||
| API_TOKEN_GITHUB: ${{ secrets.ACT_COPY_TO_REPO_PAT }} | ||
| with: | ||
| source-files: "Plugins/DiscordEuroscope/DiscordEuroscope.dll Plugins/DiscordEuroscope/DiscordEuroscope_RadioCallsigns.txt" |
Contributor
There was a problem hiding this comment.
@copilot , can we remove from the code any deployment of .txt files?
Contributor
Author
There was a problem hiding this comment.
Done. Removed DiscordEuroscope_RadioCallsigns.txt from both the workflow source-files and the Plugins/DiscordEuroscope/ directory. Commit e76fa17.
| env: | ||
| API_TOKEN_GITHUB: ${{ secrets.ACT_COPY_TO_REPO_PAT }} | ||
| with: | ||
| source-files: "Plugins/vFPC/VFPC.dll Plugins/vFPC/Sid.json" |
Contributor
There was a problem hiding this comment.
@copilot , can we remove any json references? Let's focus on .dll files for now.
Contributor
Author
There was a problem hiding this comment.
Done. Removed Sid.json from both the workflow source-files and the Plugins/vFPC/ directory — only VFPC.dll is now deployed. Commit e76fa17.
…ployment workflows Co-authored-by: miguelalbano <30835922+miguelalbano@users.noreply.github.com>
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.
Plugin DLLs were manually managed per-repo with no central distribution. The existing TopSky workflow only targeted one repo (AFRC). This adds a centralised
Plugins/directory and per-plugin GitHub Actions workflows that fan out to all 25 VATSSA sector file repositories on push tomain.Changes
Plugins/directory — centralised current versionsAdded current DLL files (sourced from
plugins-manage/) for all plugins with distributable binaries:AfvEuroScopeBridge,DiscordEuroscope,EasyTag,GroundRadar,InitialClimbPlugin,PushbackFlorian,VATCANBookings,vCH,vFPCinitialClimb.xml)Deployment workflows
deploy-plugins-topsky.yml— was deploying only tosectorfile-afrc; now targets all 25 reposdeploy-plugins-<slug>.yml), each fanning out to all 25 repos usingnkoppel/push-files-to-another-repository@v1.1.3, deploying DLL files onlypermissions: {}to restrictGITHUB_TOKENscope; cross-repo writes use the existingACT_COPY_TO_REPO_PATsecretUpdate flow going forward
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.