4904b939ef
Check Codex Skill / test-installer (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 1s
Check Root Skills / validate-root-skills (push) Failing after 1s
Deploy to GitHub Pages / deploy (push) Has been skipped
Publish cli-anything-hub to PyPI / publish (push) Failing after 1s
PR Labeler Tests / test (push) Failing after 1s
26 lines
649 B
YAML
26 lines
649 B
YAML
cli-anything-hub:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "cli-hub/**"
|
|
- "docs/hub/**"
|
|
- "registry.json"
|
|
- "public_registry.json"
|
|
- "matrix_registry.json"
|
|
|
|
cli-anything-skill:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "cli-anything-plugin/**"
|
|
- "codex-skill/**"
|
|
- "cli-hub-meta-skill/**"
|
|
- "openclaw-skill/**"
|
|
- "skills/**"
|
|
- "**/SKILL.md"
|
|
|
|
github-actions:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- ".github/workflows/**"
|
|
- ".github/labeler.yml"
|
|
- ".github/scripts/pr-labeler.js"
|