Fill out some of the labeler rules
This commit is contained in:
parent
24b47c719b
commit
e023499956
1 changed files with 11 additions and 6 deletions
17
.github/labeler.yml
vendored
17
.github/labeler.yml
vendored
|
@ -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/*"
|
||||
|
|
Loading…
Reference in a new issue