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:
|
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/*"
|
||||||
|
|
Loading…
Reference in a new issue