Fill out some of the labeler rules

This commit is contained in:
Eric 2020-06-05 14:13:48 -05:00 committed by Eric Schultz
parent 24b47c719b
commit e023499956

17
.github/labeler.yml vendored
View file

@ -1,11 +1,11 @@
ruby: '**/*.rb '
ruby: './**/*.rb '
javascript:
- '**/*.js'
- '**/*.ts*'
test:
- './**/*.js'
- './**/*.ts*'
spec:
- 'spec/**'
- '**/*.spec.js'
- '**/*.spec.ts*'
- './**/*.spec.js'
- './**/*.spec.ts*'
model: 'app/models/**'
controller: 'app/controllers/**'
mailer: 'app/mailers/**'
@ -15,3 +15,8 @@ dependencies:
- 'Gemfile.lock'
- 'yarn.lock'
- 'gems/**'
config:
- "./config/**"
widget:
- "app/javascript/donate-button/*"
- "app/assets/stylesheets/donate-button/*"