diff --git a/.github/labeler.yml b/.github/labeler.yml index 4e388667..87ed63fc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,7 +10,7 @@ model: 'app/models/**' controller: 'app/controllers/**' mailer: 'app/mailers/**' view: 'app/views/**' -jobs: 'app/jobs/**' +job: 'app/jobs/**' dependencies: - 'Gemfile.lock' - 'yarn.lock'