* Add labeler action and documentation config * Update .github/labeler.yml Co-authored-by: Raúl Barroso <code@raulb.dev> --------- Co-authored-by: Raúl Barroso <code@raulb.dev>
6 lines
173 B
YAML
6 lines
173 B
YAML
# Add 'documentation' to any change in apps/docs
|
|
# https://github.com/marketplace/actions/labeler
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'apps/docs/**/*'
|