mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 15:46:36 -04:00
fix: rename docs to doc to match doc dir (#212)
This commit is contained in:
parent
42e83d7f99
commit
3a7dc95f02
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
|
|
@ -4,9 +4,10 @@ zinit:
|
|||
# Add 'scripts` label to any change in scripts/ directory
|
||||
scripts:
|
||||
- scripts/*
|
||||
# Add 'docs` label to any change in docs/ directory
|
||||
# Add 'docs` label to any change in doc/ directory
|
||||
docs:
|
||||
- docs/*
|
||||
- doc/**/*
|
||||
# Add 'tests` label to any change in tests/ directory
|
||||
tests:
|
||||
- tests/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue