Merge branch 'master' into rails-v6
This commit is contained in:
commit
064debaee2
2 changed files with 17 additions and 10 deletions
17
.github/labeler.yml
vendored
Normal file
17
.github/labeler.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
ruby: '**/*.rb '
|
||||
javascript:
|
||||
- '**/*.js'
|
||||
- '**/*.ts*'
|
||||
test:
|
||||
- 'spec/**'
|
||||
- '**/*.spec.js'
|
||||
- '**/*.spec.ts*'
|
||||
model: 'app/models/**'
|
||||
controller: 'app/controllers/**'
|
||||
mailer: 'app/mailers/**'
|
||||
view: 'app/views/**'
|
||||
jobs: 'app/jobs/**'
|
||||
dependencies:
|
||||
- 'Gemfile.lock'
|
||||
- 'yarn.lock'
|
||||
- 'gems/**'
|
10
.github/workflows/labeler.yml
vendored
10
.github/workflows/labeler.yml
vendored
|
@ -1,10 +0,0 @@
|
|||
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/**
|
Loading…
Reference in a new issue