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: javascript:
- '**/*.js' - './**/*.js'
- '**/*.ts*' - './**/*.ts*'
test: spec:
- 'spec/**' - 'spec/**'
- '**/*.spec.js' - './**/*.spec.js'
- '**/*.spec.ts*' - './**/*.spec.ts*'
model: 'app/models/**' model: 'app/models/**'
controller: 'app/controllers/**' controller: 'app/controllers/**'
mailer: 'app/mailers/**' mailer: 'app/mailers/**'
@ -15,3 +15,8 @@ dependencies:
- 'Gemfile.lock' - 'Gemfile.lock'
- 'yarn.lock' - 'yarn.lock'
- 'gems/**' - 'gems/**'
config:
- "./config/**"
widget:
- "app/javascript/donate-button/*"
- "app/assets/stylesheets/donate-button/*"