Create labeler.yml
This commit is contained in:
parent
59a9da343a
commit
20bb594744
1 changed files with 10 additions and 0 deletions
10
.github/workflows/labeler.yml
vendored
Normal file
10
.github/workflows/labeler.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
ruby: **/*.rb
|
||||
javascript:
|
||||
- any: ['**/*.js', '**/*.ts','**/*.tsx']
|
||||
test:
|
||||
- any: ['spec/**', '**/*.spec.js', '**/*.spec.ts', '**/*.spec.tsx']
|
||||
model: app/models/**
|
||||
controller: app/controllers/**
|
||||
mailer: app/mailers/**
|
||||
view: app/views/**
|
||||
jobs: app/jobs/**
|
Loading…
Reference in a new issue