ci: repoint update-agent-skills workflow to update-agent-skills@v5.0.0#248
Merged
Merged
Conversation
devantler-tech/actions#178 shipped in v5.0.0, which renamed the update-copilot-skills action to update-agent-skills. Repoint the inner step from the historical update-copilot-skills@v3.3.0 SHA to update-agent-skills@v5.0.0, resolving the TODO left in place while the rename was in flight. Inputs are unchanged, so behaviour is identical. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Repoints the inner action in the update-agent-skills reusable workflow from the legacy update-copilot-skills@v3.3.0 to the renamed update-agent-skills@v5.0.0, and removes the TODO that tracked this follow-up.
Changes:
- Updates the
uses:reference and SHA pin to the renamed action at v5.0.0. - Removes the cross-PR TODO note about the pending rename.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Closes the follow-up from reusable-workflows#246: actions#178 shipped in v5.0.0, renaming the
update-copilot-skillsaction toupdate-agent-skills.This repoints the inner step:
The action's inputs (
dir,unpin,gh-version) are unchanged, so behaviour is identical — this only removes the deliberate cross-PR TODO and the now-stale Copilot-branded reference.Validation:
actionlintclean (only pre-existingcode-qualityscope warnings);zizmorclean. Thetest-update-agent-skillsCI job runs withdry-run: true(the update job is skipped), as before.Remaining tidy (optional, separate)
devantler-tech/pluginsstill pins the old reusable-workflow pathupdate-copilot-skills.yaml@…; it keeps working via its pin and can be repointed toupdate-agent-skills.yamlafter this repo cuts its next release.