Move labeler to correct place

This commit is contained in:
Eric 2020-06-04 13:57:33 -05:00
parent 20bb594744
commit 966fde768d

View file

@ -8,3 +8,5 @@ controller: app/controllers/**
mailer: app/mailers/**
view: app/views/**
jobs: app/jobs/**
dependencies:
- any: ['gems/**', 'Gemfile.lock', 'yarn.lock']