Files
postman-claude-code-plugin/.github/labeler.yml
nnandan-postman 697228d123 Add checks
2026-04-09 11:28:33 -07:00

30 lines
556 B
YAML

commands:
- changed-files:
- any-glob-to-any-file: "commands/**"
skills:
- changed-files:
- any-glob-to-any-file: "skills/**"
agents:
- changed-files:
- any-glob-to-any-file: "agents/**"
docs:
- changed-files:
- any-glob-to-any-file:
- "README.md"
- "CLAUDE.md"
- "examples/**"
config:
- changed-files:
- any-glob-to-any-file:
- ".claude-plugin/**"
- ".mcp.json"
- ".github/**"
examples:
- changed-files:
- any-glob-to-any-file: "examples/**"