Skip to content

Commit 388c333

Browse files
authored
exclude lock files from auto labeler
1 parent b21e444 commit 388c333

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
- all-globs-to-any-file:
1616
- 'backend/**'
1717
- '!backend/FwLite/**'
18+
- '!backend/Directory.Packages.props'
1819
- all-globs-to-any-file:
1920
- 'frontend/**'
2021
- '!frontend/viewer/**'
2122
- '!frontend/platform.bible-extension/**'
23+
- '!frontend/pnpm-lock.yaml'
24+
- '!frontend/pnpm-workspace.yaml'

0 commit comments

Comments
 (0)