ci: fix auto label behaviour

This commit is contained in:
Ankush Menat
2022-01-09 20:18:42 +05:30
parent 23b0a3f546
commit 55d00a3cf6
2 changed files with 2 additions and 3 deletions

4
.github/labeler.yml vendored
View File

@@ -51,5 +51,5 @@ projects:
# Any python files modifed but no test files modified
needs-tests:
- any: ['**/*.py']
- all: ['!**/test*.py']
- any: ['erpnext/**/*.py']
all: ['!erpnext/**/test*.py']