-
Notifications
You must be signed in to change notification settings - Fork 29
chore(ci): finalize artifact-branch migration for plugin-template #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gentlementlegen
merged 23 commits into
development
from
feat/320-workflow-artifact-migration
Mar 9, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2a98864
chore: migrate workflows to artifact branch model
gentlementlegen 9616a0d
chore: switch action-deploy-plugin source to ubiquity-os
gentlementlegen 7a6ab2e
chore: pin action-deploy-plugin to v1.2.0
gentlementlegen 2b30b33
chore: [skip ci] updated manifest.json and dist build
github-actions[bot] 8de2a86
chore: use main deploy action and remove committed artifacts
gentlementlegen 38fa9d5
fix: set deploy action ref to @main
gentlementlegen 443adf1
chore: route deploy output to artifact branch action
gentlementlegen 8bd04c0
chore: add local manifest prepare bootstrap
gentlementlegen 33478ad
fix: inline manifest prepare and target deploy action main
gentlementlegen e2b130d
chore: use plugin-manifest-tool package for manifest generation
gentlementlegen 2b0f320
fix: generate manifest on install for tests and deploy
gentlementlegen c32781c
fix: install dependencies before deno deploy
gentlementlegen dfbba9f
fix(ci): setup deno before install-time manifest generation
gentlementlegen fddca3a
fix(prepare): use published manifest tool dist-tag
gentlementlegen 299194d
fix(knip): use bunx for manifest prepare script
gentlementlegen 5997947
chore(ci): remove redundant setup-deno steps
gentlementlegen f9dff67
fix(manifest): derive short_name from CI repository context
gentlementlegen c17db87
fix(workflows): pin deploy action ref and source branch input
gentlementlegen 4fb13ba
fix(workflows): use artifact deploy action branch for dist publish
gentlementlegen 88bf5b2
fix(ci): align deploy workflows with artifact defaults
gentlementlegen 881a609
chore: merge upstream development into artifact migration
gentlementlegen d7c12c7
fix(build): align schema option types for ncc
gentlementlegen 99932cf
refactor(build): simplify schema casts without local option types
gentlementlegen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,3 +16,6 @@ cypress/screenshots | |
| script.ts | ||
| .wrangler | ||
| test-dashboard.md | ||
|
|
||
| manifest.json | ||
| dist/ | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exclude artifact refs from this workflow.
push/deletehere also matchdist/*branches and tag deletes. Once publish starts writingdist/<source-ref>, those refs can re-enter this workflow and recurse, which breaks the artifact-branch lifecycle. Add a workflow/job guard so only source branches invoke publish/delete.Possible guard