hexo/themes/volantis/.github/labeler.yml
2025-02-08 03:18:24 +00:00

27 lines
665 B
YAML
Executable File

# Configuration for labeler - https://github.com/actions/labeler
Actions:
- changed-files:
- any-glob-to-any-file: .github/workflows/**/*
Dependencies:
- changed-files:
- any-glob-to-any-file: package.json
Configurations:
- changed-files:
- any-glob-to-any-file: _config.yml
CSS:
- changed-files:
- any-glob-to-any-file: source/css/**/*
JS:
- changed-files:
- any-glob-to-any-file: source/js/**/*
Layout:
- changed-files:
- any-glob-to-any-file: layout/**/*
Scripts:
- changed-files:
- any-glob-to-any-file: scripts/**/*
i18n:
- changed-files:
- any-glob-to-any-file: languages/**/*