Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Sep 27, 2023
1 parent b7f54b3 commit 03171ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Add 'test' label to any change to test files
test:
- any: ['src/**/*.spec.ts', 'test']

# Add 'test' label to any change to *.spec.js files within the source dir
deps:
- any: ['package.json', 'pnpm-lock.yml', 'yarn.lock','package-lock.json']

build:
- docker-compose.yml

0 comments on commit 03171ca

Please sign in to comment.