Skip to content

Commit

Permalink
ci: fix auto label behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Jan 9, 2022
1 parent 23b0a3f commit 55d00a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 0 additions & 1 deletion .github/workflows/labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ jobs:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 55d00a3

Please sign in to comment.