ci: fix auto label behaviour
This commit is contained in:
parent
23b0a3f546
commit
55d00a3cf6
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@ -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']
|
||||
|
1
.github/workflows/labeller.yml
vendored
1
.github/workflows/labeller.yml
vendored
@ -9,4 +9,3 @@ jobs:
|
||||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
sync-labels: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user