ci: repoint skill-update workflow to agent-neutral update-agent-skills@v5.0.0#13
Merged
Merged
Conversation
…s@v5.0.0 The reusable skill-update workflow and the action it calls were renamed to be agent-neutral (devantler-tech/reusable-workflows#246 -> v5.0.0, devantler-tech/actions#178 -> v5.0.0). The old `update-copilot-skills.yaml` reusable-workflow path no longer exists at v5, so this caller must repoint rather than rely on a version bump. - Rename the caller workflow `update-copilot-skills.yaml` -> `update-agent-skills.yaml`. - Repoint `uses:` to reusable-workflows `update-agent-skills.yaml@v5.0.0`. - Fix the README "How it works" links to the renamed action/workflow. Inputs (`dir`, `use-app-token`) and the `APP_PRIVATE_KEY` secret are unchanged and supported by v5.0.0, so behaviour is identical. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR completes the migration from the deprecated update-copilot-skills reusable workflow/action naming to the agent-neutral update-agent-skills equivalents, ensuring the scheduled skills update workflow continues to function against reusable-workflows@v5.0.0.
Changes:
- Renamed the scheduled workflow from
update-copilot-skills.yamltoupdate-agent-skills.yaml. - Repointed the reusable-workflow
uses:reference todevantler-tech/reusable-workflows/.github/workflows/update-agent-skills.yaml@... # v5.0.0. - Updated README “How it works” links to the renamed workflow/action.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updates documentation links to reference update-agent-skills instead of update-copilot-skills. |
| .github/workflows/update-agent-skills.yaml | Renames and repoints the scheduled workflow to the v5 update-agent-skills reusable workflow. |
💡 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.
Final consumer repoint in the agent-neutral skills rename (so the skills work in both Copilot and Claude): actions#178 → v5.0.0 and reusable-workflows#246 → v5.0.0 renamed
update-copilot-skills→update-agent-skills.The old
update-copilot-skills.yamlreusable-workflow path no longer exists at v5 (404), so a Dependabot version bump can't fix this — the caller must repoint to the new path explicitly.What changed
update-copilot-skills.yaml→update-agent-skills.yaml.uses:→devantler-tech/reusable-workflows/.github/workflows/update-agent-skills.yaml@ad99c16f… # v5.0.0.Inputs (
dir: plugins,use-app-token: true) and theAPP_PRIVATE_KEYsecret are unchanged and confirmed present in reusable-workflowsupdate-agent-skills.yaml@v5.0.0, so behaviour is identical.Validation
actionlintclean;zizmorclean.dir,use-app-token, and theAPP_PRIVATE_KEYsecret.