13 lines
222 B
YAML
13 lines
222 B
YAML
docs:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*.md'
|
|
|
|
internal:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/**/*
|
|
- scripts/**/*
|
|
- .gitignore
|
|
- .pre-commit-config.yaml
|