Fix stale skillsaw path so moved skills stay linted#11256
Conversation
Signed-off-by: weizhoublue <weizhou.lan@daocloud.io>
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Welcome @weizhoublue! |
|
Hi @weizhoublue. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
/release-note-none |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: ecb6a9bf8b724faf7bf5ebc2cbccc2d38d1e3dfc |
|
/approve |
mimowo
left a comment
There was a problem hiding this comment.
/lgtm
/approve
Thank you for keeping this aligned with reality
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amy, kannon92, mimowo, weizhoublue The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
issue
the skills was moved from cmd/experimental/agent/skills/ to cmd/experimental/skills/, any skillsaw lint run that relies on .skillsaw.yaml still used the old glob in content-paths.
The skills files were no longer matched by the lint config, so make verify-skills-lint or make skills-lint could silently miss problems in the moved skills directory.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?