mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
ci: fix auto label behaviour
This commit is contained in:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -51,5 +51,5 @@ projects:
|
|||||||
|
|
||||||
# Any python files modifed but no test files modified
|
# Any python files modifed but no test files modified
|
||||||
needs-tests:
|
needs-tests:
|
||||||
- any: ['**/*.py']
|
- any: ['erpnext/**/*.py']
|
||||||
- all: ['!**/test*.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
|
- uses: actions/labeler@v3
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
sync-labels: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user