fix: rename docs to doc to match doc dir (#212)

This commit is contained in:
vladislav doster 2022-04-10 22:45:02 -05:00 committed by GitHub
parent 42e83d7f99
commit 3a7dc95f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/labeler.yml vendored
View file

@ -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/*