Releases: devantler-tech/actions
Releases · devantler-tech/actions
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.0
Immutable
release. Only release title and notes can be modified.
3.0.0 (2026-04-19)
Bug Fixes
- setup-copilot-skills: default scope to repo for CI use (#85) (5383a2b)
- update-copilot-skills: address post-merge review comments (#92) (bf04cc0)
Features
- update-copilot-skills: pin resolved skill refs back into skills-lock.json (#88) (7c34831), closes #87
BREAKING CHANGES
setup-copilot-skillsandupdate-copilot-skillsboth
remove theskills-lockinput;setup-copilot-skillsalso removes the
sourceinput and redefinesskillsas the sole list input. Delete any
skills-lock.json and move each entry onto its own<owner/repo> <skill>
line insetup-copilot-skills.with.skills.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
- fix(copilot-skills): rewrite tests for v2 API + tighten error handling
- Rewrite
test-setup-copilot-skills.yamlto exercise the new flat
skills: <owner/repo> <skill>[@pin]input (inline, pinned,
missing-input, malformed-line cases). - Rewrite
test-update-copilot-skills.yamlto seed a pinned install
and assertgh skill update --allis a no-op, that--dry-run
does not mutate SKILL.md, and that a missingdirfails. setup-copilot-skills/action.yaml: require exactly two
whitespace-separated tokens per line (reject silent extra tokens).update-copilot-skills/action.yaml: fail fast whenshasumis
missing and drop the|| trueswallow so hashing errors surface.
Addresses review threads on PR #95.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
- fix(setup-copilot-skills): fail when skills input has only comments
The whitespace-only guard accepted inputs that consisted entirely of
# comment lines, letting the action "succeed" without installing
anything. Track whether any entry was actually processed and fail
with a clear message when none were.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
v2.2.0
Immutable
release. Only release title and notes can be modified.
v2.1.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: normalize action input names by @devantler in #72
Full Changelog: v2.1.0...v2.1.1