Closed
Description
Description:
The example in the README fails YAML schema validation in VSCode
Action version:
v5.0.0
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Repro steps:
- Create a new
labeler.yml
in.github
- Paste this (from the example):
# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder source: - all: - changed-files: - any-glob-to-any-file: 'src/**/*' - all-globs-to-all-files: '!src/docs/*'
- See error:
Expected behavior:
No validation error
Actual behavior:
See screenshots