Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoscriptor authored and himanshurajora committed Sep 14, 2023
1 parent 21a89bd commit ef976ed
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Examples:
- 'example/**'

Library:
- 'lib/**'

ReadMe:
- 'readme.md'

CodeEditor:
- '.vscode/**'

Tests:
- any: ['test/**', '**/*.test.ts', '**/*.test.js']

Core:
- 'lib/core/**'

CoreWithTests:
- all: ['lib/core/**', 'test/**']

0 comments on commit ef976ed

Please sign in to comment.