Create labeler.yml

This commit is contained in:
Eric Schultz 2020-06-04 13:45:30 -05:00 committed by GitHub
parent 59a9da343a
commit 20bb594744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/workflows/labeler.yml vendored Normal file
View 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/**