houdini/.github/workflows/labeler.yml
Workflow config file is invalid. Please check your config file: yaml: did not find expected alphabetic or numeric character
2020-06-04 13:45:30 -05:00

10 lines
255 B
YAML

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/**