Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yungifez authored Jul 28, 2023
1 parent 6a0e6fc commit b968daa
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# Label definitions for php files
PHP:
- app/**
- config/**
- database/**
- routes/**
- tests/**

# label definition for blade files
blade:
- resources/views/**

# label definition for js files
js:
- resources/js/**

# label definition for dependencies
dependencies:
- composer.json
- package.json
- yarn.lock
- composer.lock

# label definition for tests
tests:
- tests/**

# label definition for github
github:
- .github/**

0 comments on commit b968daa

Please sign in to comment.